X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fmdictionary.pro;h=9d677376e526d28a6089f3ff2a6e8ba15dbc9bb4;hb=5fc81a4ae588b2616381820b99a09b5f0669bc01;hp=3cc846706059890f3d214dcd21f1c0f843755a4a;hpb=87ff3664f4be5564a986ae484d2cea99a08bc2b5;p=mdictionary diff --git a/src/mdictionary/mdictionary.pro b/src/mdictionary/mdictionary.pro index 3cc8467..9d67737 100644 --- a/src/mdictionary/mdictionary.pro +++ b/src/mdictionary/mdictionary.pro @@ -9,7 +9,8 @@ QT = core \ xmlpatterns \ sql \ dbus \ - webkit + webkit \ + declarative maemo5:QT += maemo5 @@ -75,10 +76,14 @@ RESOURCES += ../../data/gui.qrc TRANSLATIONS += pl_PL.ts \ en_US.ts +OTHER_FILES += \ + qml/WelcomeScreenWidget.qml + target.path = $$BIN_DIR INSTALLS += target unix { + #icons and misc maemo5 { desktop.path = $$SHARE_DIR/applications/hildon icon64.path = $$SHARE_DIR/icons/hicolor/64x64/hildon @@ -95,6 +100,7 @@ unix { shared.files += ../../data/icons/16x16/staron.png shared.files += ../../data/xsl/mask.png + #css meego { css.path = $$DATA_DIR/css css.files += ../../data/css_meego/style.css @@ -108,6 +114,7 @@ unix { css.files += ../../data/css_desktop/style.css } + #css images meego { css_images.path = $$DATA_DIR/css/images css_images.files += ../../data/css_meego/images/header-background.png @@ -144,12 +151,28 @@ unix { css_images.files += ../../data/css_desktop/images/key-background.png } + #services service.path = $$SHARE_DIR/dbus-1/services service.files += ../../data/other/com.comarch.mdictionary.service + + #qmls (stub) + meego { + qmls.path = $$DATA_DIR/qml + qmls.files += ./qml/WelcomeScreenWidget.qml + } + else:maemo5 { + qmls.path = $$DATA_DIR/qml + qmls.files += ./qml/WelcomeScreenWidget.qml + } + else { + qmls.path = $$DATA_DIR/qml + qmls.files += ./qml/WelcomeScreenWidget.qml + } - INSTALLS += desktop icon64 shared service css css_images + INSTALLS += desktop icon64 shared service css css_images qmls } check.commands = echo 'No check here' QMAKE_EXTRA_TARGETS += check +