summaryrefslogtreecommitdiff
path: root/mkspecs/macx-mwerks/qmake.conf
Side-by-side diff
Diffstat (limited to 'mkspecs/macx-mwerks/qmake.conf') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/macx-mwerks/qmake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/macx-mwerks/qmake.conf b/mkspecs/macx-mwerks/qmake.conf
index 15f4325..ad9b47d 100644
--- a/mkspecs/macx-mwerks/qmake.conf
+++ b/mkspecs/macx-mwerks/qmake.conf
@@ -8,3 +8,3 @@ MAKEFILE_GENERATOR = METROWERKS
TEMPLATE = app
-CONFIG += qt release warn_off separate_volume
+CONFIG += qt release warn_off separate_volume link_prl
@@ -18,3 +18,3 @@ QMAKE_CRT_OBJECTS = crt1.o
QMAKE_INCDIR_QT = $(QTDIR)/include
-QMAKE_LIBS = $(LIBS_EXTRA)
+QMAKE_LIBS = -framework System $(LIBS_EXTRA)
QMAKE_LIBS_QT = -L$(QTDIR)/lib/ -lqt