hb.prf
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/hb.prf	Mon Apr 19 14:02:13 2010 +0300
+++ b/hb.prf	Mon May 03 12:48:33 2010 +0300
@@ -27,7 +27,7 @@
 # default collections
 isEmpty(HB):HB = hbcore hbwidgets hbutils # hbinput hbfeedback
 QT *= core gui svg network
-symbian:CONFIG += symbian_i18n
+symbian:CONFIG += symbian_i18n skin_icon
 
 include(hb_install.prf)
 
@@ -73,5 +73,5 @@
 
 !isEmpty(LINKAGE) {
     LIBS += -L$${HB_LIB_DIR} $${LINKAGE}
-    unix:!symbian:!isEmpty(QMAKE_RPATH):QMAKE_LFLAGS += $${QMAKE_RPATH}$${HB_LIB_DIR}
+    QMAKE_RPATHDIR *= $${HB_LIB_DIR}
 }