forked from qt-creator/qt-creator
11 lines
206 B
Prolog
11 lines
206 B
Prolog
TEMPLATE = lib
|
|
CONFIG+=dll
|
|
TARGET = CPlusPlus
|
|
|
|
DEFINES += NDEBUG
|
|
unix:QMAKE_CXXFLAGS_DEBUG += -O2
|
|
|
|
include(../../qtcreatorlibrary.pri)
|
|
include(cplusplus-lib.pri)
|
|
include(../languageutils/languageutils.pri)
|