summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/common.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/common.pri b/examples/common.pri
index 4a1b676f2..0724ea3f8 100644
--- a/examples/common.pri
+++ b/examples/common.pri
@@ -1,7 +1,8 @@
INCLUDEPATH += $$absolute_path(../lib, $$PWD) \
$$absolute_path(common, $$PWD)
-LIBPATH = $$getOutDir()/$$getConfigDir()/lib
+macx:LIBPATH = $$getOutDir()/$$getConfigDir()
+else:LIBPATH = $$getOutDir()/$$getConfigDir()/lib
HEADERS += common/util.h