example1 QtCreator project added

This commit is contained in:
niXman 2013-11-30 04:25:18 +04:00
parent 17edbe921c
commit b5a2e183d1

View File

@ -0,0 +1,17 @@
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
INCLUDEPATH += \
../../sqlite3
LIBS += \
-L../../libs \
-lsqlitecpp-static
SOURCES += \
../../examples/example1/main.cpp