summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiedb/sqltest/spaltenweise.pro
blob: 3cab8029fc59cf3a0ce0d87186d34a6ce44fafc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= app
CONFIG		= qt warn_on release
HEADERS		= 
SOURCES		= spaltenweise.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiedb2
TARGET		= spaltenweise




include ( $(OPIEDIR)/include.pro )