Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml
[mdictionary] / src / mdictionary / mdictionary.pro
index 8701e4e..b790af9 100644 (file)
@@ -39,7 +39,8 @@ SOURCES += gui/main.cpp \
     gui/DBusAdapter.cpp \
     gui/NotifyManager.cpp \
     gui/SpinBox.cpp \
-    gui/DictTypeModel.cpp
+    gui/DictTypeModel.cpp \
+    gui/DictManagerModel.cpp
 
 HEADERS += gui/MainWindow.h \
     backbone/ConfigGenerator.h \
@@ -71,7 +72,8 @@ HEADERS += gui/MainWindow.h \
     gui/DBusAdapter.h \
     gui/NotifyManager.h \
     gui/SpinBox.h \
-    gui/DictTypeModel.h
+    gui/DictTypeModel.h \
+    gui/DictManagerModel.h
 
 RESOURCES += ../../data/gui.qrc
 
@@ -89,7 +91,12 @@ OTHER_FILES += \
     qml/ElementsListView.qml \
     qml/DictTypeSelectDialog.qml \
     qml/DictManagerWidget.qml \
-    qml/WordListWidget.qml
+    qml/WordListWidget.qml \
+    qml/TranslationView.qml \
+    qml/FlickableWebView.qml \
+    qml/ScrollBar.qml \
+    qml/SpinBox.qml
+    qml/Checkbox.qml
 
 target.path = $$BIN_DIR
 INSTALLS += target
@@ -189,6 +196,10 @@ unix {
         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
     }
        
     INSTALLS += desktop icon64 shared service css css_images qmls