Skip to content
Snippets Groups Projects
Commit 2b0bc30e authored by hjk's avatar hjk
Browse files

Fixes: qworkbench.pri: make the gnu linker bail out on non-selfcontained libraries.

parent caef30cb
No related branches found
No related tags found
No related merge requests found
...@@ -54,3 +54,9 @@ unix { ...@@ -54,3 +54,9 @@ unix {
RCC_DIR = $${OUT_PWD}/.rcc/ RCC_DIR = $${OUT_PWD}/.rcc/
UI_DIR = $${OUT_PWD}/.uic/ UI_DIR = $${OUT_PWD}/.uic/
} }
linux-g++-* {
# Bail out on non-selfcontained libraries. Just a security measure
# to prevent checking in code that does not compile on other platforms.
QMAKE_LFLAGS += -Wl,--allow-shlib-undefined -Wl,--no-undefined
}
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