X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmdictionary%2Fmdictionary.pro;h=fea6334c9b90e6894076ca037e30c3f581860cda;hb=f106801717e7c5485338655cd6ffe5f314fac27c;hp=a055f31ee52156d3df59cbfc0cb7e299ec0e1fb0;hpb=ac86fa7a460e6fb10126eb63372d18a5dd1e1f4d;p=mdictionary diff --git a/src/mdictionary/mdictionary.pro b/src/mdictionary/mdictionary.pro index a055f31..fea6334 100644 --- a/src/mdictionary/mdictionary.pro +++ b/src/mdictionary/mdictionary.pro @@ -96,7 +96,8 @@ OTHER_FILES += \ qml/FlickableWebView.qml \ qml/ScrollBar.qml \ qml/Checkbox.qml \ - qml/MySpinBox.qml + qml/MySpinBox.qml \ + qml/SettingsWidget.qml target.path = $$BIN_DIR INSTALLS += target @@ -178,6 +179,22 @@ unix { meego { qmls.path = $$DATA_DIR/qml qmls.files += ./qml/WelcomeScreenWidget.qml + qmls.files += ./qml/Button.qml + qmls.files += ./qml/AboutWidget.qml + qmls.files += ./qml/SearchBarWidget.qml + qmls.files += ./qml/IconButton.qml + qmls.files += ./qml/MyTextLineEdit.qml + qmls.files += ./qml/ProgressBar.qml + qmls.files += ./qml/ElementsListView.qml + qmls.files += ./qml/DictTypeSelectDialog.qml + qmls.files += ./qml/DictManagerWidget.qml + qmls.files += ./qml/WordListWidget.qml + qmls.files += ./qml/TranslationView.qml + qmls.files += ./qml/FlickableWebView.qml + qmls.files += ./qml/ScrollBar.qml + qmls.files += ./qml/Checkbox.qml + qmls.files += ./qml/MySpinBox.qml + qmls.files += ./qml/SettingsWidget.qml } else:maemo5 { qmls.path = $$DATA_DIR/qml @@ -201,6 +218,7 @@ unix { qmls.files += ./qml/ScrollBar.qml qmls.files += ./qml/Checkbox.qml qmls.files += ./qml/MySpinBox.qml + qmls.files += ./qml/SettingsWidget.qml } INSTALLS += desktop icon64 shared service css css_images qmls