summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-09-10 11:51:57 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2018-09-10 11:51:57 -0500
commit5a491945405b7d745ce7274eea1a57d194332979 (patch)
treedc4a6b144a4a3c107f9e22dcc288dbaeba68fbfd /config
parent711b5d2afea0867a175a8800421ec4fcf0082c4e (diff)
downloadMPC-5a491945405b7d745ce7274eea1a57d194332979.tar.gz
Qt5: Correct Varible for PIC Setting
Diffstat (limited to 'config')
-rw-r--r--config/qt5_core.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qt5_core.mpb b/config/qt5_core.mpb
index 8eba360a..3fa0ed40 100644
--- a/config/qt5_core.mpb
+++ b/config/qt5_core.mpb
@@ -11,7 +11,7 @@ project {
// On Linux at least, Qt5 by default requires position independent code
specific (gnuace) {
- CPPFLAGS += $(PIC)
+ compile_flags += $(PIC)
}
specific (prop:microsoft) {