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

73 lines
1.8 KiB
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)
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 \
2010-02-15 13:41:51 +01:00
qmljshoverhandler.h \
2010-02-15 13:49:00 +01:00
qmljsmodelmanager.h \
qmljspreviewrunner.h \
qmljsquickfix.h \
qmljsrefactoringchanges.h \
2010-07-08 11:32:45 +02:00
qmljscomponentfromobjectdef.h \
qmljsoutline.h \
qmloutlinemodel.h \
qmltaskmanager.h \
qmljseditorcodeformatter.h \
qmljsoutlinetreeview.h \
quicktoolbarsettingspage.h \
quicktoolbar.h \
qmljscomponentnamedialog.h \
qmljsfindreferences.h \
qmljseditoreditable.h \
qmljssemantichighlighter.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 \
2010-02-15 13:41:51 +01:00
qmljshoverhandler.cpp \
2010-02-15 13:49:00 +01:00
qmljsmodelmanager.cpp \
qmljspreviewrunner.cpp \
qmljsquickfix.cpp \
qmljsrefactoringchanges.cpp \
2010-07-08 11:32:45 +02:00
qmljscomponentfromobjectdef.cpp \
qmljsoutline.cpp \
qmloutlinemodel.cpp \
qmltaskmanager.cpp \
qmljsquickfixes.cpp \
qmljseditorcodeformatter.cpp \
qmljsoutlinetreeview.cpp \
quicktoolbarsettingspage.cpp \
quicktoolbar.cpp \
qmljscomponentnamedialog.cpp \
qmljsfindreferences.cpp \
qmljseditoreditable.cpp \
qmljssemantichighlighter.cpp
RESOURCES += qmljseditor.qrc
OTHER_FILES += QmlJSEditor.mimetypes.xml
FORMS += \
quicktoolbarsettingspage.ui \
qmljscomponentnamedialog.ui