mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
18 lines
199 B
Prolog
18 lines
199 B
Prolog
|
|
TEMPLATE = app
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
CONFIG -= qt
|
|
|
|
INCLUDEPATH += \
|
|
../../sqlite3
|
|
|
|
LIBS += \
|
|
-L../../libs \
|
|
-lsqlitecpp-static
|
|
|
|
SOURCES += \
|
|
../../examples/example1/main.cpp
|
|
|