Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
28 lines
725 B
Plaintext
28 lines
725 B
Plaintext
!maemo5: error(Only include this file for Maemo5 platforms)
|
|
|
|
PREFIX = /opt/usr
|
|
BINDIR = $$PREFIX/bin
|
|
DATADIR = $$PREFIX/share
|
|
|
|
provide_icon.commands = "$$QMAKE_COPY \"$$PWD/qt.png\" \"$$OUT_PWD/$${TARGET}.png\""
|
|
QMAKE_EXTRA_TARGETS += provide_icon
|
|
CLEANFILES += $$OUT_PWD/$${TARGET}.png
|
|
|
|
icon.CONFIG += no_check_exist
|
|
icon.files = $$OUT_PWD/$${TARGET}.png
|
|
icon.path = /usr/share/icons/hicolor/64x64/apps/
|
|
icon.depends = provide_icon
|
|
|
|
desktopfile.path = /usr/share/applications/hildon
|
|
desktopfile.files = $${TARGET}.desktop
|
|
|
|
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
|
|
PKGDATADIR=\\\"$$PKGDATADIR\\\"
|
|
|
|
target.path = $$BINDIR
|
|
|
|
INSTALLS += desktopfile icon
|
|
|
|
# Don't install sources on the embedded target
|
|
INSTALLS -= sources
|