# HG changeset patch # User Volker Grabsch # Date 1254732228 -7200 # Node ID f826746491e64908bb060be14a8c09e221cd3dc6 # Parent dfd0873965ffbcab96cdaec188cef35265e84cf7 build the native Qt tools from unpatched sources diff -r dfd0873965ff -r f826746491e6 src/qt.mk --- a/src/qt.mk Sun Oct 04 22:00:37 2009 +0200 +++ b/src/qt.mk Mon Oct 05 10:43:48 2009 +0200 @@ -40,14 +40,9 @@ define $(PKG)_BUILD - # Note on patchfile qt-win32.patch - # A patchfile should have been applied already. Since we make a copy - # of the patched directory here, it is important that the changes - # in the patches do not break the native build. - - # First configure a minimal native version of Qt - # for moc, rcc, uic and qmake - cp -a '$(1)' '$(1)'.native + # Native, unpatched build of Qt for moc, rcc, uic and qmake + cd '$(1)' && $(call UNPACK_PKG_ARCHIVE,qt) + mv '$(1)/$(qt_SUBDIR)' '$(1).native' cd '$(1)'.native && ./configure \ -opensource \ -confirm-license \