summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-22 18:06:07 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-02-26 13:31:06 (GMT)
commita5075f3d48d2961b8314b8aaeb02de092e2fa796 (patch)
tree0187246cd4596e458855bbd887233db621eb439a /qmake/project.h
parent54775a43b512eac1171e64dbecbb85f8d57748bc (diff)
downloadQt-a5075f3d48d2961b8314b8aaeb02de092e2fa796.zip
Qt-a5075f3d48d2961b8314b8aaeb02de092e2fa796.tar.gz
Qt-a5075f3d48d2961b8314b8aaeb02de092e2fa796.tar.bz2
give symbian an own platform mode
... instead of using the gross isForSymbian() magic Reviewed-by: mariusSO
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 50706cb..bfebed0 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -196,10 +196,6 @@ inline QString QMakeProject::first(const QString &v)
inline QMap<QString, QStringList> &QMakeProject::variables()
{ return vars; }
-// Helper functions needed for Symbian
-bool isForSymbian();
-bool isForSymbianSbsv2();
-
QT_END_NAMESPACE
#endif // PROJECT_H