summaryrefslogtreecommitdiffstats
path: root/src/tools/uic
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2015-02-03 14:09:23 +0100
committerTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2015-02-04 17:14:35 +0000
commit5432f2c7a1ff02e1ee0e07e442ceb6c12ca66098 (patch)
treeb8b4aca1b9309dfcb3618b8ee2d5560e075cff07 /src/tools/uic
parentb6c03f58ce4a03d81c8bce1795179a63431f6e7d (diff)
Remove traces of the Maemo platform
Change-Id: I6b551de331aa0386ea53d8e96f50b669777d2d69 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Marc Mutz <marc.mutz@kdab.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
Diffstat (limited to 'src/tools/uic')
-rw-r--r--src/tools/uic/uic.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/uic/uic.pro b/src/tools/uic/uic.pro
index 77b8c4ba02..a625bdef9a 100644
--- a/src/tools/uic/uic.pro
+++ b/src/tools/uic/uic.pro
@@ -10,10 +10,4 @@ HEADERS += uic.h
SOURCES += main.cpp \
uic.cpp
-*-maemo* {
- # UIC will crash when running inside QEMU if built with -O2
- QMAKE_CFLAGS_RELEASE -= -O2
- QMAKE_CXXFLAGS_RELEASE -= -O2
-}
-
load(qt_tool)