radioapp/radiouiengine/radiouiengine.pro
changeset 34 bc10a61bd7d3
parent 28 075425b8d9a4
child 57 21be958eb3ce
--- a/radioapp/radiouiengine/radiouiengine.pro	Fri Jun 11 13:38:32 2010 +0300
+++ b/radioapp/radiouiengine/radiouiengine.pro	Fri Jun 25 19:09:05 2010 +0300
@@ -14,6 +14,7 @@
 # Description:
 #
 
+TMP_DIR_NAME = uiengine
 include(../buildflags.pri)
 
 TEMPLATE    = lib
@@ -23,7 +24,7 @@
 
 symbian:TARGET.UID3 = 0x2002EADA
 
-# Wrapper does not depend on QtGui or Orbit
+# UI engine does not depend on Orbit
 QT          = core gui network sql
 CONFIG      -= hb
 
@@ -41,15 +42,13 @@
 
 DEPENDPATH += $$INCLUDEPATH src
 
-# $$_PRO_FILE_PWD_ points to the directory of the pro file
-MOC_DIR = $$_PRO_FILE_PWD_/tmp
-
 # Input
 HEADERS += radiouiengineexport.h
 HEADERS += radiostation.h
 HEADERS += radiostationmodel.h
 HEADERS += radiouiengine.h
 HEADERS += radiohistoryitem.h
+HEADERS += radiohistorydatabase.h
 HEADERS += radiohistorymodel.h
 HEADERS += radioscannerengine.h
 HEADERS += radioservicedef.h
@@ -75,6 +74,7 @@
 SOURCES += radiouiengine_p.cpp
 SOURCES += radiohistoryitem.cpp
 SOURCES += radiohistoryitem_p.cpp
+SOURCES += radiohistorydatabase.cpp
 SOURCES += radiohistorymodel.cpp
 SOURCES += radiohistorymodel_p.cpp
 SOURCES += radioscannerengine.cpp