mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
example1 QtCreator project added
This commit is contained in:
parent
17edbe921c
commit
b5a2e183d1
17
qtcreator/example1/example1.pro
Normal file
17
qtcreator/example1/example1.pro
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user