Moved files common to the QML editor and Bauhaus into a separate library.

This commit is contained in:
Erik Verbruggen
2009-12-02 17:59:27 +01:00
parent 57ba6b09fc
commit a8dbba5f6f
59 changed files with 568 additions and 1147 deletions

9
src/libs/qml/qml.pro Normal file
View 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)