diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-12 03:40:53 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-12 03:40:53 +0000 |
commit | d939f08ee4c97d90c5df6abb4f1952e60c928d9e (patch) | |
tree | 52f4bb0ebce562c8a440885f3a3147ddfa353b86 /qmake/qmake-native_3.2.3.oe | |
parent | 7439e4d76e8e9d1941cdf8f821cbe9622df1976e (diff) |
Changes for new qmake.oeclass
- uicmoc-native,uicmoc3-native: use the qmake-base.oeclass to get just vars
and use those to generate appropriate qt config for build.
- qmake-native: updates for the new qmake.oeclass
- misc others: comment noting availability of new oeclass
BKrev: 40a19cc5EKcFkTs6PkSDRpLd_cuwwg
Diffstat (limited to 'qmake/qmake-native_3.2.3.oe')
-rw-r--r-- | qmake/qmake-native_3.2.3.oe | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/qmake/qmake-native_3.2.3.oe b/qmake/qmake-native_3.2.3.oe index 381c09ba97..da48f558b3 100644 --- a/qmake/qmake-native_3.2.3.oe +++ b/qmake/qmake-native_3.2.3.oe @@ -5,8 +5,7 @@ LICENSE = "GPL/QPL" SRC_URI = \ "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-free-${PV}.tar.bz2 \ - file://${FILESDIR}/linux-oe-qmake.conf \ - file://${FILESDIR}/linux-oe-qplatformdefs.h" + file://${FILESDIR}/linux-oe-qmake.conf" S = "${WORKDIR}/qt-embedded-free-${PV}" @@ -23,16 +22,16 @@ EXTRA_OEMAKE = "-e" do_configure() { # Install the OE build templates (linux, linux-uclibc) - install -d ${S}/mkspecs/qws/linux-oe-g++ - install -d ${S}/mkspecs/qws/linux-uclibc-oe-g++ + install -d ${S}/mkspecs/linux-oe-g++ + install -d ${S}/mkspecs/linux-uclibc-oe-g++ install -m 0644 ${WORKDIR}/linux-oe-qmake.conf \ - ${S}/mkspecs/qws/linux-oe-g++/qmake.conf - ln -s ../../linux-g++/qplatformdefs.h \ - ${S}/mkspecs/qws/linux-oe-g++/qplatformdefs.h + ${S}/mkspecs/linux-oe-g++/qmake.conf + ln -s ../linux-g++/qplatformdefs.h \ + ${S}/mkspecs/linux-oe-g++/qplatformdefs.h ln -s ../linux-oe-g++/qmake.conf \ - ${S}/mkspecs/qws/linux-uclibc-oe-g++/qmake.conf - ln -s ../../linux-g++/qplatformdefs.h \ - ${S}/mkspecs/qws/linux-uclibc-oe-g++/qplatformdefs.h + ${S}/mkspecs/linux-uclibc-oe-g++/qmake.conf + ln -s ../linux-g++/qplatformdefs.h \ + ${S}/mkspecs/linux-uclibc-oe-g++/qplatformdefs.h QMAKESPEC= PLATFORM=${HOST_OS}-oe-g++ |