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)