summaryrefslogtreecommitdiffstats
path: root/openembedded/classes/qmake-base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/classes/qmake-base.bbclass')
-rw-r--r--openembedded/classes/qmake-base.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/classes/qmake-base.bbclass b/openembedded/classes/qmake-base.bbclass
index 4a360dae43..36ecfb622f 100644
--- a/openembedded/classes/qmake-base.bbclass
+++ b/openembedded/classes/qmake-base.bbclass
@@ -16,6 +16,8 @@ export OE_QMAKE_AR="${AR}"
16export OE_QMAKE_STRIP="${STRIP}" 16export OE_QMAKE_STRIP="${STRIP}"
17export OE_QMAKE_UIC="${STAGING_BINDIR}/uic" 17export OE_QMAKE_UIC="${STAGING_BINDIR}/uic"
18export OE_QMAKE_MOC="${STAGING_BINDIR}/moc" 18export OE_QMAKE_MOC="${STAGING_BINDIR}/moc"
19export OE_QMAKE_RCC="non-existant"
20export OE_QMAKE_QMAKE="${STAGING_BINDIR}/qmake"
19export OE_QMAKE_RPATH="-Wl,-rpath-link," 21export OE_QMAKE_RPATH="-Wl,-rpath-link,"
20 22
21# default to qte2 via bb.conf, inherit qt3x11 to configure for qt3x11 23# default to qte2 via bb.conf, inherit qt3x11 to configure for qt3x11