summaryrefslogtreecommitdiff
path: root/src/styleitem/styleitem.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleitem/styleitem.pro')
-rw-r--r--src/styleitem/styleitem.pro12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/styleitem/styleitem.pro b/src/styleitem/styleitem.pro
index 464d4d44..91162110 100644
--- a/src/styleitem/styleitem.pro
+++ b/src/styleitem/styleitem.pro
@@ -35,16 +35,6 @@ SOURCES += qtmenu.cpp \
TARGETPATH = QtDesktop/plugin
-symbian {
- INSTALL_IMPORTS = /resource/qt/imports
-} else {
- INSTALL_IMPORTS = $$[QT_INSTALL_IMPORTS]
-}
-
-target.path = $$INSTALL_IMPORTS/$$TARGETPATH
+target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
INSTALLS += target
-
-symbian {
- DEPLOYMENT += target
-}