classes/qtopia4core.bbclass: The current name of the include and libdir is qtopia
authorHolger Freyther <zecke@selfish.org>
Wed, 26 Dec 2007 19:11:31 +0000 (19:11 +0000)
committerHolger Freyther <zecke@selfish.org>
Wed, 26 Dec 2007 19:11:31 +0000 (19:11 +0000)
    Change the include and library path to end with qtopia as this is where
    qtopia-core is going to stage the headers in. The full blown Qtopia platform
    will use the same directory.

classes/qtopia4core.bbclass

index 181973d..a8364d8 100644 (file)
@@ -4,8 +4,8 @@ inherit qmake2
 #
 # override variables set by qmake-base to compile QtopiaCore apps
 #
-export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopiacore"
-export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopiacore"
+export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopia"
+export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopia"
 export OE_QMAKE_LIBS_QT = "qt"
 export OE_QMAKE_LIBS_X11 = ""
 export OE_QMAKE_EXTRA_MODULES = "network"