From 3f95bcc5150d98f38ff5317589016a46fbb505ef Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 2 Jan 2012 23:38:29 +0100 Subject: Removing QtCreator <2.4 .pro file workarounds --- notificationswatchlet/notificationswatchlet.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notificationswatchlet') diff --git a/notificationswatchlet/notificationswatchlet.pro b/notificationswatchlet/notificationswatchlet.pro index 6ec7459..865fa3b 100644 --- a/notificationswatchlet/notificationswatchlet.pro +++ b/notificationswatchlet/notificationswatchlet.pro @@ -1,7 +1,7 @@ TARGET = notificationswatchlet TEMPLATE = lib -# CONFIG += plugin +CONFIG += plugin SOURCES += notificationswatchletplugin.cpp notificationswatchlet.cpp @@ -25,7 +25,7 @@ unix:!symbian { qml_files.path = /opt/sowatch/qml/$$TARGET } else { target.path = /usr/lib/sowatch/watchlets - qml_files.path = /opt/sowatch/qml/$$TARGET + qml_files.path = /usr/share/sowatch/qml/$$TARGET } INSTALLS += target qml_files } -- cgit v1.2.3