aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/lib.pro
blob: 28d41e097016ad01b017c198b8207322fc2ea964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT = core script
TEMPLATE = lib
DESTDIR = ../../lib
TARGET = qbscore

CONFIG += staticlib depend_includepath
DEFINES += QT_CREATOR QML_BUILD_STATIC_LIB      # needed for QmlJS

win32:CONFIG(debug, debug|release):TARGET = $${TARGET}d

include(tools/tools.pri)
include(parser/parser.pri)
include(buildgraph/buildgraph.pri)
include(Qbs/Qbs.pri)
include(language/language.pri)
include(qtconcurrent/qtconcurrent.pri)