Files
qt-creator/src/plugins/qmljseditor/qmljseditor.pro

41 lines
965 B
Prolog
Raw Normal View History

2009-09-30 17:43:21 +02:00
TEMPLATE = lib
TARGET = QmlJSEditor
2009-09-30 17:43:21 +02:00
include(../../qtcreatorplugin.pri)
include(qmljseditor_dependencies.pri)
2009-10-08 13:48:39 +02:00
CONFIG += help
DEFINES += \
QMLJSEDITOR_LIBRARY \
2009-09-30 17:43:21 +02:00
QT_CREATOR
HEADERS += \
2010-02-15 13:39:41 +01:00
qmljscodecompletion.h \
qmljseditor.h \
qmljseditor_global.h \
qmljseditoractionhandler.h \
qmljseditorconstants.h \
qmljseditorfactory.h \
qmljseditorplugin.h \
qmlexpressionundercursor.h \
qmlfilewizard.h \
qmljshighlighter.h \
2009-09-30 17:43:21 +02:00
qmlhoverhandler.h \
qmlmodelmanager.h \
2010-01-27 14:37:24 +01:00
qmlmodelmanagerinterface.h
SOURCES += \
2010-02-15 13:39:41 +01:00
qmljscodecompletion.cpp \
qmljseditor.cpp \
qmljseditoractionhandler.cpp \
qmljseditorfactory.cpp \
qmljseditorplugin.cpp \
qmlexpressionundercursor.cpp \
qmlfilewizard.cpp \
qmljshighlighter.cpp \
2009-09-30 17:43:21 +02:00
qmlhoverhandler.cpp \
qmlmodelmanager.cpp \
2010-01-27 14:37:24 +01:00
qmlmodelmanagerinterface.cpp
RESOURCES += qmljseditor.qrc
OTHER_FILES += QmlJSEditor.pluginspec QmlJSEditor.mimetypes.xml