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

Creator: Also warn off undefined symbols on linux-g++

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