radioapp/radiouiengine/radiouiengine.pro
branchRCL_3
changeset 19 cce62ebc198e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/radioapp/radiouiengine/radiouiengine.pro	Tue Aug 31 15:15:02 2010 +0300
@@ -0,0 +1,83 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description:
+#
+
+TMP_DIR_NAME = uiengine
+include(../buildflags.pri)
+
+TEMPLATE    = lib
+TARGET      = fmradiouiengine
+CONFIG      += dll
+DEFINES     += BUILD_UI_ENGINE_DLL
+
+symbian:TARGET.UID3 = 0x2002EADA
+
+# UI engine does not depend on Orbit
+QT          = core gui network sql
+CONFIG      -= hb
+
+INCLUDEPATH += inc
+INCLUDEPATH += ../radiopresetstorage/inc
+INCLUDEPATH += ../radioenginewrapper/inc
+INCLUDEPATH += ../../common
+
+LIBS += -lfmradiopresetstorage
+LIBS += -lfmradioenginewrapper
+
+symbian:LIBS += -lxqservice
+symbian:LIBS += -lxqserviceutil
+symbian:LIBS += -lxqsettingsmanager
+
+DEPENDPATH += $$INCLUDEPATH src
+
+# 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
+HEADERS += radionotificationdata.h
+HEADERS += radiogenrelocalizer.h
+HEADERS += radiocontrolservice.h
+HEADERS += radiomonitorservice.h
+
+INTERNAL_HEADERS += radiostation_p.h
+INTERNAL_HEADERS += radiohistoryitem_p.h
+INTERNAL_HEADERS += radiohistorymodel_p.h
+INTERNAL_HEADERS += radiouiengine_p.h
+INTERNAL_HEADERS += radiostationmodel_p.h
+INTERNAL_HEADERS += radioscannerengine_p.h
+
+win32:HEADERS += $$INTERNAL_HEADERS
+
+SOURCES += radiostation.cpp
+SOURCES += radiostation_p.cpp
+SOURCES += radiostationmodel.cpp
+SOURCES += radiostationmodel_p.cpp
+SOURCES += radiouiengine.cpp
+SOURCES += radiouiengine_p.cpp
+SOURCES += radiohistoryitem.cpp
+SOURCES += radiohistoryitem_p.cpp
+SOURCES += radiohistorydatabase.cpp
+SOURCES += radiohistorymodel.cpp
+SOURCES += radiohistorymodel_p.cpp
+SOURCES += radioscannerengine.cpp
+SOURCES += radioscannerengine_p.cpp
+SOURCES += radiocontrolservice.cpp
+SOURCES += radiomonitorservice.cpp