radioapp/radiouiengine/tsrc/t_radiouiengine.pro
changeset 51 bbebb0235466
parent 47 74b7c6e79031
--- a/radioapp/radiouiengine/tsrc/t_radiouiengine.pro	Fri Sep 03 12:25:04 2010 +0300
+++ b/radioapp/radiouiengine/tsrc/t_radiouiengine.pro	Mon Sep 20 18:04:48 2010 +0300
@@ -24,6 +24,10 @@
     MMP_RULES += SMPSAFE
 }
 
+CONFIG += qtestlib \
+          Hb \
+          symbian_test  
+
 
 DEPENDPATH += . \
     inc \
@@ -46,12 +50,12 @@
     ../../../radioengine/utils/api \
     ../../../radioengine/utils/inc
 
-CONFIG += qtestlib
-
 symbian:LIBS += -lfmradiouiengine
 symbian:LIBS += -lfmradioenginewrapper
 symbian:LIBS += -lfmradiopresetstorage
 symbian:LIBS += -lfmradioengineutils
 
+HEADERS += inc/t_schedulerstartandstoptimer.h
 HEADERS += inc/t_radiostation.h
-SOURCES += src/t_radiostation.cpp
+SOURCES += src/t_schedulerstartandstoptimer.cpp
+SOURCES += src/t_radiostation.cpp
\ No newline at end of file