Skip to content
Snippets Groups Projects
Commit 9c4168a6 authored by Kai Koehne's avatar Kai Koehne
Browse files

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

Used from bauhaus
parent d7c5e2ed
No related branches found
No related tags found
No related merge requests found
include(duieditor_dependencies.pri)
LIBS *= -l$$qtLibraryTarget(DuiEditor)
\ No newline at end of file
...@@ -2,10 +2,7 @@ TEMPLATE = lib ...@@ -2,10 +2,7 @@ TEMPLATE = lib
TARGET = DuiEditor TARGET = DuiEditor
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
include(../../plugins/coreplugin/coreplugin.pri) include(duieditor_dependencies.pri)
include(../../plugins/texteditor/texteditor.pri)
include(../../shared/qscripthighlighter/qscripthighlighter.pri)
include(../../shared/indenter/indenter.pri)
include(parser/parser.pri) include(parser/parser.pri)
include(rewriter/rewriter.pri) include(rewriter/rewriter.pri)
......
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/texteditor/texteditor.pri)
include(../../shared/qscripthighlighter/qscripthighlighter.pri)
include(../../shared/indenter/indenter.pri)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment