123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # Copyright (c) 2011 Nokia Corporation.
- QT += declarative
- CONFIG += qt-components link_pkgconfig
- PKGCONFIG += libtuiclient
- MOBILITY +=
- TARGET = transferuiexample
- HEADERS += \
- src/transferuiclientitem.h \
- src/transferuitransferitem.h
- SOURCES += \
- src/main.cpp \
- src/transferuiclientitem.cpp \
- src/transferuitransferitem.cpp
- RESOURCES += resources.qrc
- OTHER_FILES += qml/*
- target.path = /opt/transferuiexample/bin
- icon.files = transferuiexample.png
- #icon.path = /usr/share/icons/hicolor/80x80/apps
- icon.path = /usr/share/icons/hicolor/64x64/apps
- desktopfile.files = $${TARGET}.desktop
- desktopfile.path = /usr/share/applications
- INSTALLS += target icon desktopfile
- # End of file.
|