qt4: Add qws- prefix to QWS specific files.
No functional change. This just moves the files. git-svn-id: svn://svn.openwrt.org/openwrt/packages@22716 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0578996458
commit
0e7d5e3a6e
@ -246,7 +246,8 @@ define Build/Configure
|
|||||||
# do not use fontconfig as it doesn't work anyway for qte
|
# 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
|
# 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++
|
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) ; \
|
( cd $(PKG_BUILD_DIR) ; \
|
||||||
TARGET_CC="$(TARGET_CROSS)gcc" \
|
TARGET_CC="$(TARGET_CROSS)gcc" \
|
||||||
TARGET_CXX="$(TARGET_CROSS)g++" \
|
TARGET_CXX="$(TARGET_CROSS)g++" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user