TARGET = scalefm
 TEMPLATE = app
 QT += declarative
 CONFIG += qt-components
 CONFIG -= app_bundle
 win32:DESTDIR = $$OUT_PWD
 SOURCES += src/scalefm.cpp
 symbian {
     TARGET.EPOCALLOWDLLDATA = 1
     TARGET.UID3 = 0x2003DE90
     TARGET.EPOCHEAPSIZE = 0x1000 0xF00000
     TARGET.CAPABILITY = ReadDeviceData SwEvent WriteDeviceData
     scalefm_qmls.sources = *.qml
     scalefm_core.sources = core/*.qml core/*.js
     scalefm_core.path = core
     DEPLOYMENT += scalefm_qmls scalefm_core
     BLD_INF_RULES.prj_exports += "scalefm.iby $$CORE_APP_LAYER_IBY_EXPORT_PATH(scalefm.iby)"
     VERSION = 10.1.2
     stubsis = \
         "START EXTENSION app-services.buildstubsis" \
         "OPTION SISNAME scalefm_stub" \
         "OPTION SRCDIR ."\
         "END"
     BLD_INF_RULES.prj_extensions = stubsis
     vendor_info = \
             " " \
             "; Localised Vendor name" \
             "%{\"Nokia\"}" \
             " " \
             "; Unique Vendor name" \
             ":\"Nokia\"" \
             " "
     header = "$${LITERAL_HASH}{\"scalefm\"},(0x2003DE90),1,1,2,TYPE=SA,RU"
     package.pkg_prerules += vendor_info header
     DEPLOYMENT += package
 }
 RESOURCES += \
     scalefm.qrc
 OTHER_FILES += \
     scalefm.qml \
     core/DisplaySelectionDialog.qml \
     core/FrequencyStrip.qml \
     core/MagnifyingTool.qml \
     core/MobileView.qml \
     core/RadioConsole.qml \
     core/RadioControls.qml \
     core/StationListItem.qml \
     core/StationListView.qml \
     core/StationModel.qml \
     core/TabletView.qml \
     core/ViewContainer.qml \
     core/profileloader.js \
     resources/layouts/AppStyle.qml \
     resources/layouts/1024_600/170/AppStyle.qml \
     resources/layouts/1024_768/130/AppStyle.qml \
     resources/layouts/480_320/180/AppStyle.qml \
     resources/layouts/640_360/185/AppStyle.qml \
     resources/layouts/640_360/210/AppStyle.qml \
     resources/layouts/640_480/325/AppStyle.qml \
     resources/layouts/864_480/245/AppStyle.qml \
     resources/layouts/Normal/High/AppStyle.qml
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.





