2009-09-30 17:43:21 +02:00
|
|
|
TEMPLATE = lib
|
2010-01-15 17:20:03 +01:00
|
|
|
TARGET = QmlJSEditor
|
2009-09-30 17:43:21 +02:00
|
|
|
include(../../qtcreatorplugin.pri)
|
2010-01-15 17:20:03 +01:00
|
|
|
include(qmljseditor_dependencies.pri)
|
2009-12-02 17:59:27 +01:00
|
|
|
|
2009-10-08 13:48:39 +02:00
|
|
|
CONFIG += help
|
2009-12-02 17:59:27 +01:00
|
|
|
DEFINES += \
|
2010-01-15 17:20:03 +01:00
|
|
|
QMLJSEDITOR_LIBRARY \
|
2009-09-30 17:43:21 +02:00
|
|
|
QT_CREATOR
|
2009-12-02 17:59:27 +01:00
|
|
|
|
|
|
|
|
HEADERS += \
|
2010-02-15 13:39:41 +01:00
|
|
|
qmljscodecompletion.h \
|
2010-01-15 17:20:03 +01:00
|
|
|
qmljseditor.h \
|
|
|
|
|
qmljseditor_global.h \
|
|
|
|
|
qmljseditoractionhandler.h \
|
|
|
|
|
qmljseditorconstants.h \
|
|
|
|
|
qmljseditorfactory.h \
|
|
|
|
|
qmljseditorplugin.h \
|
2009-12-02 17:59:27 +01:00
|
|
|
qmlexpressionundercursor.h \
|
|
|
|
|
qmlfilewizard.h \
|
2010-02-15 12:27:25 +01:00
|
|
|
qmljshighlighter.h \
|
2010-02-15 13:41:51 +01:00
|
|
|
qmljshoverhandler.h \
|
2010-02-15 13:49:00 +01:00
|
|
|
qmljsmodelmanager.h \
|
|
|
|
|
qmljsmodelmanagerinterface.h
|
2009-12-02 17:59:27 +01:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2010-02-15 13:39:41 +01:00
|
|
|
qmljscodecompletion.cpp \
|
2010-01-15 17:20:03 +01:00
|
|
|
qmljseditor.cpp \
|
|
|
|
|
qmljseditoractionhandler.cpp \
|
|
|
|
|
qmljseditorfactory.cpp \
|
|
|
|
|
qmljseditorplugin.cpp \
|
2009-12-02 17:59:27 +01:00
|
|
|
qmlexpressionundercursor.cpp \
|
|
|
|
|
qmlfilewizard.cpp \
|
2010-02-15 12:27:25 +01:00
|
|
|
qmljshighlighter.cpp \
|
2010-02-15 13:41:51 +01:00
|
|
|
qmljshoverhandler.cpp \
|
2010-02-15 13:49:00 +01:00
|
|
|
qmljsmodelmanager.cpp \
|
|
|
|
|
qmljsmodelmanagerinterface.cpp
|
2009-12-02 17:59:27 +01:00
|
|
|
|
2010-01-15 17:20:03 +01:00
|
|
|
RESOURCES += qmljseditor.qrc
|
|
|
|
|
OTHER_FILES += QmlJSEditor.pluginspec QmlJSEditor.mimetypes.xml
|