Split duieditor.pro up into duieditor_dependencies.pri & duieditor.pri

Used from bauhaus
This commit is contained in:
Kai Koehne
2009-08-17 10:35:58 +02:00
parent d7c5e2ed24
commit 9c4168a64f
3 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
include(duieditor_dependencies.pri)
LIBS *= -l$$qtLibraryTarget(DuiEditor)

View File

@@ -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)

View 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)