diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-24 13:42:04 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-24 13:42:04 +0000 |
commit | 2d65566d32c3b889ad0d0e523f2e6c7f7ef41364 (patch) | |
tree | bff820119e58f2e25fc50c948f8a90dd055fe8ff /classes/qtopia4core.bbclass | |
parent | c2115e9154ae7a24f670951f2e76d07c7b563f27 (diff) |
classes/qmake2,qtopia4core: Change the Qt include and library dir to match the new location/names
Diffstat (limited to 'classes/qtopia4core.bbclass')
-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 86bc7afc2f..d14e68bb64 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}/qtopiacore4" -export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopiacore4/" +export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qtopiacore" +export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}/qtopiacore" export OE_QMAKE_LIBS_QT = "qt" export OE_QMAKE_LIBS_X11 = "" EXTRA_QMAKEVARS_POST += "LIBS+=-lQtNetwork " |