TEMPLATE = app TARGET = bootscreen HEADERS += bootscreen.h \ bootscreenR.h SOURCES += bootscreen.cpp \ main.cpp \ bootscreenR.cpp QT += maemo5 target.path = $$(DESTDIR)/opt/bootscreen plugin.path = $$system(pkg-config hildon-control-panel --variable=pluginlibdir) plugin.files = ../plugin/libbooscreentpanelplugin.so desktop.path = $$system(pkg-config hildon-control-panel --variable=plugindesktopentrydir) desktop.files = ../data/$${TARGET}.desktop config.path = $$(DESTDIR)/opt/bootscreen config.files = ../data/$${TARGET}.conf sudoers.path = $$(DESTDIR)/etc/sudoers.d sudoers.files = ../data/$${TARGET}.sudoers upstart.path = $$(DESTDIR)/etc/event.d upstart.files = ../data/$${TARGET} script.path = $$(DESTDIR)/usr/bin script.files = ../script/$${TARGET} icon48.path = $$(DESTDIR)/usr/share/icons/hicolor/48x48/apps icon48.files = ../data/icons/48x48/$${TARGET}.png icon64.path = $$(DESTDIR)/usr/share/icons/hicolor/64x64/apps icon64.files = ../data/icons/64x64/$${TARGET}.png INSTALLS += target plugin desktop config sudoers upstart script icon48 icon64