diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/oe.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/oe.conf b/conf/oe.conf index e1455ae364..c6820c94b3 100644 --- a/conf/oe.conf +++ b/conf/oe.conf @@ -195,8 +195,8 @@ CROSS_DATADIR = "${CROSS_DIR}/share" # Add staging and cross to the PATH export PATH_prepend = "${STAGING_BINDIR}:${CROSS_DIR}/bin:" -# palmtop things - opie, qtopia -export QTDIR = "${STAGING_DIR}/${HOST_SYS}" +# palmtop things - per default for opie, qtopia +export QTDIR = "${STAGING_DIR}/${HOST_SYS}/qt2" export QPEDIR = "${STAGING_DIR}/${HOST_SYS}" export OPIEDIR = "${STAGING_DIR}/${HOST_SYS}" export palmtopdir = "/opt/QtPalmtop" |