forked from qt-creator/qt-creator
solaris link fix
reorder .pri includes to ensure relevant -L flags appear before the -l flags which need them
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user