forked from qt-creator/qt-creator
Split duieditor.pro up into duieditor_dependencies.pri & duieditor.pri
Used from bauhaus
This commit is contained in:
3
src/plugins/duieditor/duieditor.pri
Normal file
3
src/plugins/duieditor/duieditor.pri
Normal file
@@ -0,0 +1,3 @@
|
||||
include(duieditor_dependencies.pri)
|
||||
|
||||
LIBS *= -l$$qtLibraryTarget(DuiEditor)
|
||||
@@ -2,10 +2,7 @@ TEMPLATE = lib
|
||||
TARGET = DuiEditor
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/texteditor/texteditor.pri)
|
||||
include(../../shared/qscripthighlighter/qscripthighlighter.pri)
|
||||
include(../../shared/indenter/indenter.pri)
|
||||
include(duieditor_dependencies.pri)
|
||||
|
||||
include(parser/parser.pri)
|
||||
include(rewriter/rewriter.pri)
|
||||
|
||||
5
src/plugins/duieditor/duieditor_dependencies.pri
Normal file
5
src/plugins/duieditor/duieditor_dependencies.pri
Normal file
@@ -0,0 +1,5 @@
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/texteditor/texteditor.pri)
|
||||
include(../../shared/qscripthighlighter/qscripthighlighter.pri)
|
||||
include(../../shared/indenter/indenter.pri)
|
||||
|
||||
Reference in New Issue
Block a user