Files
qt-creator/src/libs/3rdparty/sqlite/sqlite.pri
Marco Bubke 596d310d42 Sqlite: Remove temporary unused functions
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>
2019-07-16 08:28:19 +00:00

11 lines
144 B
Plaintext

INCLUDEPATH *= $$PWD
HEADERS += $$PWD/sqlite3.h \
$$PWD/sqlite3ext.h
SOURCES += $$PWD/sqlite3.c
gcc {
QMAKE_CFLAGS_WARN_ON = -w
}