forked from qt-creator/qt-creator
Session are captured by hooking in the sqlite changes. They are saved in blobs and containing inserts, update and deletes. Because the are semantically coupled to translactions we add a Change-Id: Ie095558ebc50601fcaae32958ebeeb98b72d73b9 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
8 lines
130 B
Prolog
8 lines
130 B
Prolog
unix:QMAKE_CXXFLAGS_DEBUG += -O2
|
|
win32:QMAKE_CXXFLAGS_DEBUG += -O2
|
|
|
|
include(../../qtcreatorlibrary.pri)
|
|
|
|
|
|
include(sqlite-lib.pri)
|