forked from qt-creator/qt-creator
Moved files common to the QML editor and Bauhaus into a separate library.
This commit is contained in:
9
src/libs/qml/qml.pro
Normal file
9
src/libs/qml/qml.pro
Normal file
@@ -0,0 +1,9 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += dll
|
||||
TARGET = Qml
|
||||
DEFINES += QML_BUILD_LIB QT_CREATOR
|
||||
|
||||
unix:QMAKE_CXXFLAGS_DEBUG += -O3
|
||||
|
||||
include(../../qtcreatorlibrary.pri)
|
||||
include(qml-lib.pri)
|
||||
Reference in New Issue
Block a user