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




include ( ../../include.pro )