forked from qt-creator/qt-creator
...since we do not need that in e.g. unittest.pro. Change-Id: I90da96e81eae3f0fdffd073c4314502c1e0d0c83 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
10 lines
256 B
Prolog
10 lines
256 B
Prolog
unix:QMAKE_CXXFLAGS_DEBUG += -O2
|
|
win32:QMAKE_CXXFLAGS_DEBUG += -O2
|
|
|
|
include(../../qtcreatorlibrary.pri)
|
|
|
|
win32:DEFINES += SQLITE_API=__declspec(dllexport)
|
|
unix:DEFINES += SQLITE_API=\"__attribute__((visibility(\\\"default\\\")))\"
|
|
|
|
include(sqlite-lib.pri)
|