Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
20a112d8
Commit
20a112d8
authored
Jul 14, 2009
by
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.pro
View file @
20a112d8
...
...
@@ -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
\
...
...
src/plugins/fakevim/fakevim.pro
View file @
20a112d8
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment