summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-10-10 12:04:22 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-10-10 12:04:22 (GMT)
commitbd936fb8382f05cc2ad4e0d23f6deafe63687395 (patch)
tree93daa87607e7b8b0cc19f2195839b2f4f041c3ea /src/qt.mk
parent0491238a1ab47d40e9c233efa34c4c0c2da3f7e0 (diff)
downloadmxe-bd936fb8382f05cc2ad4e0d23f6deafe63687395.zip
mxe-bd936fb8382f05cc2ad4e0d23f6deafe63687395.tar.gz
mxe-bd936fb8382f05cc2ad4e0d23f6deafe63687395.tar.bz2
disable debug information for package qt
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt.mk b/src/qt.mk
index 1887e31..25da1fd 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -52,6 +52,7 @@ define $(PKG)_BUILD
-prefix '$(PREFIX)/$(TARGET)' \
-prefix-install \
-fast \
+ -release \
-no-exceptions \
-nomake demos \
-nomake examples \
@@ -67,7 +68,6 @@ define $(PKG)_BUILD
# rebuild qmake to use "-unix" as default and to use the correct "ar" command
$(SED) 's,\(Option::TARG_MODE Option::target_mode = Option::TARG_\)[A-Z_]*,\1UNIX_MODE,' -i '$(1)'.native/qmake/option.cpp
- $(SED) 's,"ar -M,"$(TARGET)-ar -M,' -i '$(1)'.native/qmake/generators/win32/mingw_make.cpp
$(MAKE) -C '$(1)'.native/qmake -j $(JOBS)
# install the native tools manually
@@ -125,6 +125,7 @@ define $(PKG)_BUILD
-host-arch i386 \
-host-little-endian \
-little-endian \
+ -release \
-exceptions \
-static \
-prefix '$(PREFIX)/$(TARGET)' \