radioapp/radiowidgets/radiowidgets.pro
changeset 41 3a6b55c6390c
parent 32 189d20c34778
child 48 e14766a36cdc
--- a/radioapp/radiowidgets/radiowidgets.pro	Tue Jul 06 14:16:27 2010 +0300
+++ b/radioapp/radiowidgets/radiowidgets.pro	Wed Aug 18 09:49:03 2010 +0300
@@ -20,8 +20,6 @@
 TEMPLATE    = lib
 TARGET      = fmradiowidgets
 CONFIG      += dll hb
-CONFIG      += mobility
-MOBILITY    = systeminfo
 DEFINES     += BUILD_WIDGETS_DLL
 
 symbian:TARGET.UID3 = 0x2002FF4C
@@ -45,6 +43,8 @@
 HEADERS     += radiomainview.h
 HEADERS     += radiostripbase.h
 HEADERS     += radiofrequencystrip.h
+HEADERS     += radiofrequencystripbase.h
+HEADERS     += radiofrequencystripdef.h
 HEADERS     += radiofrequencyitem.h
 HEADERS     += radiostationsview.h
 HEADERS     += radiofrequencyscanner.h
@@ -62,6 +62,7 @@
 SOURCES     += radiomainview.cpp
 SOURCES     += radiostripbase.cpp
 SOURCES     += radiofrequencystrip.cpp
+SOURCES     += radiofrequencystripbase.cpp
 SOURCES     += radiofrequencyitem.cpp
 SOURCES     += radiostationsview.cpp
 SOURCES     += radiofrequencyscanner.cpp