From ab6a5afcf0106706ea5d64b72de8decff73e5967 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Thu, 19 Aug 2010 11:56:38 +0000 Subject: [PATCH] qt4: Add qws- prefix to QWS specific files. No functional change. This just moves the files. SVN-Revision: 22716 --- Xorg/lib/qt4/Makefile | 3 ++- Xorg/lib/qt4/files/{qmake.conf => qws-qmake.conf} | 0 Xorg/lib/qt4/files/{qplatformdefs.h => qws-qplatformdefs.h} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename Xorg/lib/qt4/files/{qmake.conf => qws-qmake.conf} (100%) rename Xorg/lib/qt4/files/{qplatformdefs.h => qws-qplatformdefs.h} (100%) diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index 40c814476b..b91efaae16 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -246,7 +246,8 @@ define Build/Configure # do not use fontconfig as it doesn't work anyway for qte # bindir: bindir is where the host tools (qmake, moc, rcc, uic) will get installed into - they are just used on the host and not goig to be packaged mkdir -p $(PKG_BUILD_DIR)/mkspecs/qws/linux-openwrt-g++ - cp -a ./files/{qmake.conf,qplatformdefs.h} $(PKG_BUILD_DIR)/mkspecs/qws/linux-openwrt-g++/ + $(CP) ./files/qws-qmake.conf $(PKG_BUILD_DIR)/mkspecs/qws/linux-openwrt-g++/qmake.conf + $(CP) ./files/qws-qplatformdefs.h $(PKG_BUILD_DIR)/mkspecs/qws/linux-openwrt-g++/qplatformdefs.h ( cd $(PKG_BUILD_DIR) ; \ TARGET_CC="$(TARGET_CROSS)gcc" \ TARGET_CXX="$(TARGET_CROSS)g++" \ diff --git a/Xorg/lib/qt4/files/qmake.conf b/Xorg/lib/qt4/files/qws-qmake.conf similarity index 100% rename from Xorg/lib/qt4/files/qmake.conf rename to Xorg/lib/qt4/files/qws-qmake.conf diff --git a/Xorg/lib/qt4/files/qplatformdefs.h b/Xorg/lib/qt4/files/qws-qplatformdefs.h similarity index 100% rename from Xorg/lib/qt4/files/qplatformdefs.h rename to Xorg/lib/qt4/files/qws-qplatformdefs.h -- 2.30.2