Changed repo structure
[mdictionary] / trunk / src / base / base.pro
diff --git a/trunk/src/base/base.pro b/trunk/src/base/base.pro
deleted file mode 100644 (file)
index c36a54e..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-# -------------------------------------------------
-# Project created by QtCreator 2010-08-03T08:54:27
-# -------------------------------------------------
-QT += core \
-    gui \
-    sql \
-    xml \
-    xmlpatterns \
-    webkit \
-    dbus
-maemo5:QT += maemo5
-TARGET = mdictionary
-TEMPLATE = app
-MDICT_BINDIR = $$[MDICT_BINDIR]
-isEmpty(MDICT_BINDIR):MDICT_BINDIR = .
-DESTDIR = $${MDICT_BINDIR}
-SOURCES += gui/main.cpp \
-    backbone/ConfigGenerator.cpp \
-    gui/MainWindow.cpp \
-    gui/SearchBarWidget.cpp \
-    gui/WordListWidget.cpp \
-    gui/TranslationWidget.cpp \
-    backbone/backbone.cpp \
-    gui/MenuWidget.cpp \
-    gui/MenuTabWidget.cpp \
-    gui/DictManagerWidget.cpp \
-    gui/DictTypeSelectDialog.cpp \
-    backbone/History.cpp \
-    gui/HistoryListDialog.cpp \
-    gui/WordListProxyStyle.cpp \
-    backbone/Bookmarks.cpp \
-    gui/SettingsWidget.cpp \
-    gui/BookmarksWidget.cpp \
-    gui/WelcomeScreenWidget.cpp \
-    gui/AboutWidget.cpp \
-    gui/TranslationTextEdit.cpp \
-    gui/DBusAdapter.cpp \
-    gui/NotifyManager.cpp
-HEADERS += gui/MainWindow.h \
-    backbone/ConfigGenerator.h \
-    gui/AboutWidget.h \
-    gui/SearchBarWidget.h \
-    gui/WordListWidget.h \
-    gui/TranslationWidget.h \
-    backbone/backbone.h \
-    ../includes/translation.h \
-    ../includes/settings.h \
-    ../includes/CommonDictInterface.h \
-    gui/MenuWidget.h \
-    gui/MenuTabWidget.h \
-    gui/DictManagerWidget.h \
-    gui/DictTypeSelectDialog.h \
-    ../includes/History.h \
-    gui/HistoryListDialog.h \
-    ../includes/GUIInterface.h \
-    gui/WordListProxyStyle.h \
-    backbone/Bookmarks.h \
-    backbone/BookmarkTranslations.h \
-    gui/SettingsWidget.h \
-    gui/BookmarksWidget.h \
-    gui/WelcomeScreenWidget.h \
-    ../includes/Notify.h \
-    gui/TranslationTextEdit.h \
-    ../includes/AccentsNormalizer.h \
-    ../includes/DictDialog.h \
-    gui/DBusAdapter.h \
-    gui/NotifyManager.h
-
-RESOURCES += ../../../data/gui.qrc
-unix { 
-    # VARIABLES
-    isEmpty(PREFIX):PREFIX = /usr
-    BINDIR = $$PREFIX/bin
-    DATADIR = $$PREFIX/share
-    LIBDIR = $$PREFIX/lib/mdictionary
-    DEFINES += DATADIR=\\\"$$DATADIR\\\" \
-        PKGDATADIR=\\\"$$PKGDATADIR\\\" \
-        LIBDIR=\\\"$$LIBDIR\\\"
-    
-    # MAKE INSTALL
-    INSTALLS += target \
-        desktop \
-        icon64 \
-        bookmarks \
-        service
-    target.path = $$BINDIR
-    maemo5 { 
-        desktop.path = $$DATADIR/applications/hildon
-        icon64.path = $$DATADIR/icons/hicolor/64x64/hildon
-    }
-    !maemo5 { 
-        desktop.path = $$DATADIR/applications
-        icon64.path = $$DATADIR/icons
-    }
-    desktop.files += ../../../data/other/$${TARGET}.desktop
-    icon64.files += ../../../data/icons/64x64/$${TARGET}.png
-    bookmarks.path = $$LIBDIR
-    bookmarks.files += ../../../data/icons/16x16/staron.png
-    service.path = $$DATADIR/dbus-1/services
-    service.files += ../../../data/other/com.comarch.mdictionary.service
-}
-RESOURCES += xslt2.qrc