qtbubblelevel.pro Example Filedemos/mobile/qtbubblelevel/qtbubblelevel.pro# Copyright (c) 2011 Nokia Corporation. QT += core gui declarative CONFIG += mobility MOBILITY += sensors TARGET = qtbubblelevel TEMPLATE = app VERSION = 1.2.0 HEADERS += taskswitcher.h \ accelerometerfilter.h \ settings.h SOURCES += main.cpp \ taskswitcher.cpp \ accelerometerfilter.cpp OTHER_FILES += qml/*.qml \ qml/images/*.png RESOURCES = resources.qrc maemo5 { BINDIR = /opt/usr/bin DATADIR = /usr/share DEFINES += DATADIR=\\\"$$DATADIR\\\" \ PKGDATADIR=\\\"$$PKGDATADIR\\\" INSTALLS += target \ desktop \ iconxpm \ icon26 \ icon40 \ icon64 target.path = $$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += $${TARGET}.desktop iconxpm.path = $$DATADIR/pixmap iconxpm.files += icons/xpm/qtbubblelevel.xpm icon26.path = $$DATADIR/icons/hicolor/26x26/apps icon26.files += icons/26x26/qtbubblelevel.png icon40.path = $$DATADIR/icons/hicolor/40x40/apps icon40.files += icons/40x40/qtbubblelevel.png icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += icons/64x64/qtbubblelevel.png } symbian { TARGET = QtBubbleLevel # To lock the application to landscape orientation LIBS += -lcone -leikcore -lavkon ICON = icons/bubblelevel.svg } © 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. |