add history widget
[mdictionary] / src / mdictionary / mdictionary.pro
index c31eed0..75ebf14 100644 (file)
@@ -38,7 +38,10 @@ SOURCES += gui/main.cpp \
     gui/TranslationView.cpp \
     gui/DBusAdapter.cpp \
     gui/NotifyManager.cpp \
-    gui/SpinBox.cpp
+    gui/SpinBox.cpp \
+    gui/DictTypeModel.cpp \
+    gui/DictManagerModel.cpp \
+    gui/HistoryListModel.cpp
 
 HEADERS += gui/MainWindow.h \
     backbone/ConfigGenerator.h \
@@ -69,7 +72,10 @@ HEADERS += gui/MainWindow.h \
     ../include/DictDialog.h \
     gui/DBusAdapter.h \
     gui/NotifyManager.h \
-    gui/SpinBox.h
+    gui/SpinBox.h \
+    gui/DictTypeModel.h \
+    gui/DictManagerModel.h \
+    gui/HistoryListModel.h
 
 RESOURCES += ../../data/gui.qrc
 
@@ -83,7 +89,18 @@ OTHER_FILES += \
     qml/SearchBarWidget.qml \
     qml/IconButton.qml \
     qml/MyTextLineEdit.qml \
-    qml/ProgressBar.qml
+    qml/ProgressBar.qml \
+    qml/ElementsListView.qml \
+    qml/DictTypeSelectDialog.qml \
+    qml/DictManagerWidget.qml \
+    qml/WordListWidget.qml \
+    qml/TranslationView.qml \
+    qml/FlickableWebView.qml \
+    qml/ScrollBar.qml \
+    qml/Checkbox.qml \
+    qml/MySpinBox.qml \
+    qml/SettingsWidget.qml \
+    qml/HistoryListDialog.qml
 
 target.path = $$BIN_DIR
 INSTALLS += target
@@ -165,6 +182,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
@@ -179,6 +212,17 @@ unix {
        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
+        qmls.files += ./qml/HistoryListDialog.qml
     }
        
     INSTALLS += desktop icon64 shared service css css_images qmls