summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorRitt Konstantin <qnx@ics.com>2011-06-21 13:51:02 +0200
committerHarald Fernengel <harald.fernengel@nokia.com>2011-06-21 14:05:37 +0200
commit2df6cd158eed60ca0e188474b821baefe43cc4c1 (patch)
tree6f321f85d1a6c3706dfead56a0a9ae7492f650c1 /qmake
parent82f32ef0e4e744276a011e30ce99aafa341ea816 (diff)
buildfix for qmake
Merge-request: 1259 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/qmake.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/qmake.pri b/qmake/qmake.pri
index d6c5f09107..87735d6747 100644
--- a/qmake/qmake.pri
+++ b/qmake/qmake.pri
@@ -146,7 +146,7 @@ bootstrap { #Qt code
qnx {
CFLAGS += -fhonor-std
- LFLAGS += -lcpp
+ LFLAGS += -lcpp -lm
}
DEFINES *= QT_NO_QOBJECT
} else {