2010-11-11 10:05:05 +01:00
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
|
|
|
|
DEFINES += QMLJSTOOLS_LIBRARY
|
|
|
|
|
|
2017-01-16 12:58:41 +01:00
|
|
|
!shared {
|
2012-10-04 14:54:59 +02:00
|
|
|
DEFINES += QMLJSTOOLS_STATIC
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
2012-12-06 17:20:58 +01:00
|
|
|
$$PWD/qmljsbundleprovider.h \
|
2012-10-04 14:54:59 +02:00
|
|
|
$$PWD/qmljstoolsplugin.h \
|
|
|
|
|
$$PWD/qmljstoolsconstants.h \
|
|
|
|
|
$$PWD/qmljstoolssettings.h \
|
|
|
|
|
$$PWD/qmljscodestylepreferencesfactory.h \
|
|
|
|
|
$$PWD/qmljsmodelmanager.h \
|
|
|
|
|
$$PWD/qmljsqtstylecodeformatter.h \
|
|
|
|
|
$$PWD/qmljsrefactoringchanges.h \
|
|
|
|
|
$$PWD/qmljsfunctionfilter.h \
|
|
|
|
|
$$PWD/qmljslocatordata.h \
|
|
|
|
|
$$PWD/qmljsindenter.h \
|
|
|
|
|
$$PWD/qmljscodestylesettingspage.h \
|
|
|
|
|
$$PWD/qmljssemanticinfo.h \
|
2015-11-10 16:59:02 +01:00
|
|
|
$$PWD/qmljstools_global.h
|
2012-10-04 14:54:59 +02:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2012-12-06 17:20:58 +01:00
|
|
|
$$PWD/qmljsbundleprovider.cpp \
|
2012-10-04 14:54:59 +02:00
|
|
|
$$PWD/qmljstoolsplugin.cpp \
|
|
|
|
|
$$PWD/qmljstoolssettings.cpp \
|
|
|
|
|
$$PWD/qmljscodestylepreferencesfactory.cpp \
|
|
|
|
|
$$PWD/qmljsmodelmanager.cpp \
|
|
|
|
|
$$PWD/qmljsqtstylecodeformatter.cpp \
|
|
|
|
|
$$PWD/qmljsrefactoringchanges.cpp \
|
|
|
|
|
$$PWD/qmljsfunctionfilter.cpp \
|
|
|
|
|
$$PWD/qmljslocatordata.cpp \
|
|
|
|
|
$$PWD/qmljsindenter.cpp \
|
|
|
|
|
$$PWD/qmljscodestylesettingspage.cpp \
|
2015-11-10 16:59:02 +01:00
|
|
|
$$PWD/qmljssemanticinfo.cpp
|
2012-10-04 14:54:59 +02:00
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
|
qmljstools.qrc
|
|
|
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
|
$$PWD/qmljscodestylesettingspage.ui
|
|
|
|
|
|
|
|
|
|
equals(TEST, 1) {
|
|
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/qmljstools_test.cpp
|
|
|
|
|
}
|