forked from qt-creator/qt-creator
Move shared code to a new QmlJSTools plugin.
Reviewed-by: Thomas Hartmann
This commit is contained in:
10
src/plugins/qmljstools/qmljstools.pro
Normal file
10
src/plugins/qmljstools/qmljstools.pro
Normal file
@@ -0,0 +1,10 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = QmlJSTools
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(qmljstools_dependencies.pri)
|
||||
|
||||
# DEFINES += QT_NO_CAST_FROM_ASCII
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
DEFINES += QMLJSTOOLS_LIBRARY
|
||||
|
||||
include(qmljstools-lib.pri)
|
||||
Reference in New Issue
Block a user