blob: 188c3677bad11bea4bd3334141f8075f1ded9a7c (
plain)
1
2
3
4
5
6
7
8
9
|
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS =
SOURCES = main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiesql
TARGET = sqltest
|