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.
33 lines
530 B
33 lines
530 B
15 years ago
|
TEMPLATE = app
|
||
|
|
||
|
include( $(KEXI)/common.pro )
|
||
|
|
||
|
unix {
|
||
|
LIBS += -lkexidb
|
||
|
}
|
||
|
|
||
|
win32 {
|
||
|
|
||
|
LIBS += \
|
||
|
$$KDELIBDESTDIR/kexicore$$KEXILIB_SUFFIX \
|
||
|
$$KDELIBDESTDIR/kexidatatable$$KEXILIB_SUFFIX \
|
||
|
$$KDELIBDESTDIR/kexiextendedwidgets$$KEXILIB_SUFFIX
|
||
|
|
||
|
# test specific:
|
||
|
LIBS += \
|
||
|
$$KDELIBDESTDIR/kexidb$$KEXILIB_SUFFIX \
|
||
|
$$KDELIBDESTDIR/kexiwidgets$$KEXILIB_SUFFIX
|
||
|
|
||
|
#allow to select target independently from debug information
|
||
|
CONFIG += console
|
||
|
CONFIG -= windows
|
||
|
}
|
||
|
|
||
|
DESTDIR = .
|
||
|
TARGET = tableview
|
||
|
|
||
|
SOURCES = \
|
||
|
main.cpp
|
||
|
|
||
|
HEADERS =
|