removeAccents refactorized out to the AccentsNormalizer class
[mdictionary] / trunk / src / base / base.pro
index c87d985..3e638ea 100644 (file)
@@ -1,16 +1,12 @@
 # -------------------------------------------------
 # Project created by QtCreator 2010-08-03T08:54:27
-#-------------------------------------------------
-
+# -------------------------------------------------
 QT += core \
     gui \
     sql \
     xml \
     xmlpatterns
-
 maemo5:QT += maemo5
-
-
 TARGET = mdictionary
 TEMPLATE = app
 MDICT_BINDIR = $$[MDICT_BINDIR]
@@ -32,11 +28,10 @@ SOURCES += gui/main.cpp \
     backbone/Bookmarks.cpp \
     gui/SettingsWidget.cpp \
     gui/BookmarksWidget.cpp \
-    gui/WelcomeScreenWidget.cpp \ 
+    gui/WelcomeScreenWidget.cpp \
     gui/AboutWidget.cpp \
     gui/TranslationTextEdit.cpp
-
-HEADERS  += gui/MainWindow.h \
+HEADERS += gui/MainWindow.h \
     gui/AboutWidget.h \
     gui/SearchBarWidget.h \
     gui/WordListWidget.h \
@@ -60,12 +55,11 @@ HEADERS  += gui/MainWindow.h \
     gui/BookmarksWidget.h \
     gui/WelcomeScreenWidget.h \
     ../includes/Notify.h \
-    gui/TranslationTextEdit.h
-
-FORMS +=
-
-RESOURCES += \
-    ../../../data/icons/gui.qrc
+    gui/TranslationTextEdit.h \
+    ../includes/AccentsNormalizer.h \
+    ../includes/DictDialog.h
+FORMS += 
+RESOURCES += ../../../data/icons/gui.qrc
 unix { 
     # VARIABLES
     isEmpty(PREFIX):PREFIX = /usr
@@ -93,5 +87,4 @@ unix {
     desktop.files += ../../../data/other/$${TARGET}.desktop
     icon64.files += ../../../data/icons/64x64/$${TARGET}.png
 }
-
 RESOURCES += xslt2.qrc