Packaging for version 0.2
[bootcreen] / src / src.pro
1 TEMPLATE = app
2 TARGET = bootscreen
3
4 HEADERS += bootscreen.h \
5     bootscreenR.h
6 SOURCES += bootscreen.cpp \
7     main.cpp \
8     bootscreenR.cpp
9 QT += maemo5
10
11
12 target.path = $$(DESTDIR)/opt/bootscreen
13 plugin.path = $$system(pkg-config hildon-control-panel --variable=pluginlibdir)
14 plugin.files = ../plugin/libbooscreentpanelplugin.so
15 desktop.path = $$system(pkg-config hildon-control-panel --variable=plugindesktopentrydir)
16 desktop.files = ../data/$${TARGET}.desktop
17 config.path = $$(DESTDIR)/opt/bootscreen
18 config.files = ../data/$${TARGET}.conf
19 sudoers.path = $$(DESTDIR)/etc/sudoers.d
20 sudoers.files = ../data/$${TARGET}.sudoers
21 upstart.path = $$(DESTDIR)/etc/event.d
22 upstart.files = ../data/$${TARGET}
23 script.path = $$(DESTDIR)/usr/bin
24 script.files = ../script/$${TARGET}
25 icon48.path = $$(DESTDIR)/usr/share/icons/hicolor/48x48/apps
26 icon48.files = ../data/icons/48x48/$${TARGET}.png
27 icon64.path = $$(DESTDIR)/usr/share/icons/hicolor/64x64/apps
28 icon64.files = ../data/icons/64x64/$${TARGET}.png
29
30 INSTALLS += target plugin desktop config sudoers upstart script icon48 icon64
31
32