From 98cc32b5554fc27c780a906ae94197c6c8bf9aa5 Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Mon, 7 May 2012 22:26:51 -0700 Subject: Remove symbian support. Change-Id: Ibe4653ffdee2b28b3def1c9f29bfd895da756810 Reviewed-by: Jens Bache-Wiig --- src/src.pro | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index b3a16983..646daebd 100644 --- a/src/src.pro +++ b/src/src.pro @@ -33,13 +33,7 @@ SOURCES += qrangemodel.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 win32 { CONFIG(debug, debug|release) { @@ -52,7 +46,3 @@ mac { } INSTALLS += target - -symbian { - DEPLOYMENT += target -} -- cgit v1.2.1