Skip to content
Snippets Groups Projects
Commit 20a112d8 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

solaris link fix

reorder .pri includes to ensure relevant -L flags appear before the -l
flags which need them
parent d6f4d47b
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@ TEMPLATE = lib
TARGET = CppEditor
DEFINES += CPPEDITOR_LIBRARY
CONFIG += help
include(../../qtcreatorplugin.pri)
include(../../libs/utils/utils.pri)
include(../../shared/indenter/indenter.pri)
include(../../qtcreatorplugin.pri)
include(cppeditor_dependencies.pri)
HEADERS += cppplugin.h \
cppeditor.h \
......
......@@ -2,8 +2,8 @@ TEMPLATE = lib
TARGET = FakeVim
# CONFIG += single
include(../../libs/cplusplus/cplusplus.pri)
include(../../qtcreatorplugin.pri)
include(../../libs/cplusplus/cplusplus.pri)
include(../../plugins/projectexplorer/projectexplorer.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/texteditor/texteditor.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