Skip to content
Snippets Groups Projects
Commit e223ecfd authored by dt's avatar dt
Browse files

Explicitly add -ldl to extensionsystem.pro

Reviewed-By: hjk
parent f65c2a50
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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