--- a/radioapp/radiopresetstorage/radiopresetstorage.pro Fri Apr 16 14:58:55 2010 +0300
+++ b/radioapp/radiopresetstorage/radiopresetstorage.pro Mon May 03 12:31:41 2010 +0300
@@ -20,17 +20,6 @@
TARGET = radiopresetstorage
CONFIG += dll
DEFINES += BUILD_PRESET_STORAGE_DLL
-win32:DESTDIR = ../bin
-
-# Wrapper does not depend on QtGui or Orbit
-QT = core
-CONFIG -= hb
-
-symbian: {
- DEFINES += SYMBIAN
- TARGET.EPOCALLOWDLLDATA = 1
- TARGET.CAPABILITY = CAP_GENERAL_DLL
-}
INCLUDEPATH += inc
@@ -43,16 +32,19 @@
DEPENDPATH += $$INCLUDEPATH src
-# $$_PRO_FILE_PWD_ points to the directory of the pro file
-MOC_DIR = $$_PRO_FILE_PWD_/tmp
+# Input
+HEADERS += radiopresetstorage.h
+HEADERS += radiostationif.h
+HEADERS += radiopresetstorageexport.h
-# Input
-HEADERS += radiopresetstorage.h
-HEADERS += radiostationif.h
-HEADERS += radiopresetstorageexport.h
+# Symbian specific stuff
+symbian: {
+ INTERNAL_HEADERS += radiopresetstorage_p.h
+ SOURCES += radiopresetstorage.cpp
+}
-symbian:INTERNAL_HEADERS += radiopresetstorage_p.h
-symbian:SOURCES += radiopresetstorage.cpp
-
-win32:HEADERS += radiopresetstorage_win32_p.h
-win32:SOURCES += radiopresetstorage_win32.cpp
+# Win32 specific stuff
+win32: {
+ HEADERS += radiopresetstorage_win32_p.h
+ SOURCES += radiopresetstorage_win32.cpp
+}