Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
e223ecfd
Commit
e223ecfd
authored
Mar 31, 2009
by
dt
Browse files
Explicitly add -ldl to extensionsystem.pro
Reviewed-By: hjk
parent
f65c2a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/extensionsystem/extensionsystem.pro
View file @
e223ecfd
...
...
@@ -5,6 +5,10 @@ DEFINES += EXTENSIONSYSTEM_LIBRARY
include
(..
/../
qworkbenchlibrary
.
pri
)
include
(
extensionsystem_dependencies
.
pri
)
unix
:
!
macx
{
LIBS
+=
-
ldl
}
DEFINES
+=
IDE_TEST_DIR
=
\\\
"$$IDE_SOURCE_TREE\\\"
HEADERS
+=
pluginerrorview
.
h
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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