diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-26 19:11:31 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-26 19:11:31 +0000 |
commit | 75c52a3af0a9af10e754198c6ec609ffef775148 (patch) | |
tree | 078ae9f4e317f780cad709525a2e20504f43580b | |
parent | a2b606f1c3d1069d3a7606b71040ee3131e326a6 (diff) |
classes/qtopia4core.bbclass: The current name of the include and libdir is qtopia
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.
-rw-r--r-- | classes/qtopia4core.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/qtopia4core.bbclass b/classes/qtopia4core.bbclass index 181973d72d..a8364d86ff 100644 --- a/classes/qtopia4core.bbclass +++ b/classes/qtopia4core.bbclass @@ -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" |