forked from qt-creator/qt-creator
We will maybe rank the functions in the future but today we don't use that code. Change-Id: I84c88b45ceae830c29c3c197e7d0d0c1a6d5c114 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
INCLUDEPATH *= $$PWD
|
|
|
|
HEADERS += $$PWD/sqlite3.h \
|
|
$$PWD/sqlite3ext.h
|
|
|
|
SOURCES += $$PWD/sqlite3.c
|
|
|
|
gcc {
|
|
QMAKE_CFLAGS_WARN_ON = -w
|
|
}
|