You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
779 B
32 lines
779 B
15 years ago
|
KEXI_OPTIONS =
|
||
|
|
||
|
if compile_kross
|
||
|
SCRIPTINGDEFINES=-DKEXI_SCRIPTS_SUPPORT
|
||
|
endif
|
||
|
|
||
|
AM_CPPFLAGS=$(SCRIPTINGDEFINES)
|
||
|
|
||
|
KDE_CXXFLAGS = \
|
||
|
$(USE_EXCEPTIONS) $(KEXI_OPTIONS)
|
||
|
|
||
|
KDE_CXXFLAGS += -include $(top_srcdir)/kexi/kexi_global.h
|
||
|
|
||
|
# temporary:
|
||
|
##KDE_CXXFLAGS += -DKEXI_NO_AUTOFIELD_WIDGET
|
||
|
|
||
|
# temporary unless cursor works properly in the Designer
|
||
|
KDE_CXXFLAGS += -DKEXI_NO_CURSOR_PROPERTY
|
||
|
|
||
|
# temporary: turn off processEvents() to avoid possible crashes
|
||
|
# KDE_CXXFLAGS += -DKEXI_NO_PROCESS_EVENTS
|
||
|
|
||
|
# temp: turn off advanced alter table
|
||
|
##KDE_CXXFLAGS += -DKEXI_NO_UNDOREDO_ALTERTABLE
|
||
|
|
||
|
KDE_CXXFLAGS += -DKEXI_NO_CTXT_HELP -DKEXI_NO_SUBFORM -DKEXI_DB_COMBOBOX_WIDGET -DDB_TEMPLATES
|
||
|
|
||
|
# TODO: undefine this before release!
|
||
|
KDE_CXXFLAGS += -DKEXI_DEBUG_GUI
|
||
|
|
||
|
VER_INFO = -version-info 2:0:0
|