]> git.sur5r.net Git - minitube/blobdiff - minitube.pro
Updated el_GR and gl translations
[minitube] / minitube.pro
old mode 100755 (executable)
new mode 100644 (file)
index 75119a7..f78cd09
@@ -1,6 +1,6 @@
 CONFIG += release
 TEMPLATE = app
-VERSION = 1.1
+VERSION = 1.4
 DEFINES += APP_VERSION="$$VERSION"
 INCLUDEPATH += /usr/include/phonon
 
@@ -10,9 +10,6 @@ TARGET = minitube
 QT += network \
     xml \
     phonon
-unix:!mac {
-    QT += dbus
-}
 include(src/qtsingleapplication/qtsingleapplication.pri)
 HEADERS += src/MainWindow.h \
     src/SearchView.h \
@@ -39,15 +36,22 @@ HEADERS += src/MainWindow.h \
     src/minisplitter.h \
     src/loadingwidget.h \
     src/videoareawidget.h \
-    src/googlesuggest.h \
+    src/autocomplete.h \
     src/videowidget.h \
-    src/flickcharm.h \
     src/videodefinition.h \
     src/fontutils.h \
     src/thlibrary/thblackbar.h \
-    src/gnomeglobalshortcutbackend.h \
     src/globalshortcuts.h \
-    src/globalshortcutbackend.h
+    src/globalshortcutbackend.h \
+    src/downloadmanager.h \
+    src/downloaditem.h \
+    src/downloadview.h \
+    src/downloadmodel.h \
+    src/downloadlistview.h \
+    src/downloadsettings.h \
+    src/youtubesuggest.h \
+    src/suggester.h \
+    src/channelsuggest.h
 SOURCES += src/main.cpp \
     src/MainWindow.cpp \
     src/SearchView.cpp \
@@ -71,16 +75,22 @@ SOURCES += src/main.cpp \
     src/minisplitter.cpp \
     src/loadingwidget.cpp \
     src/videoareawidget.cpp \
-    src/googlesuggest.cpp \
+    src/autocomplete.cpp \
     src/videowidget.cpp \
-    src/flickcharm.cpp \
     src/videodefinition.cpp \
     src/constants.cpp \
     src/fontutils.cpp \
     src/thlibrary/thblackbar.cpp \
-    src/gnomeglobalshortcutbackend.cpp \
     src/globalshortcuts.cpp \
-    src/globalshortcutbackend.cpp
+    src/globalshortcutbackend.cpp \
+    src/downloadmanager.cpp \
+    src/downloaditem.cpp \
+    src/downloadview.cpp \
+    src/downloadmodel.cpp \
+    src/downloadlistview.cpp \
+    src/downloadsettings.cpp \
+    src/youtubesuggest.cpp \
+    src/channelsuggest.cpp
 RESOURCES += resources.qrc
 DESTDIR = build/target/
 OBJECTS_DIR = build/obj/
@@ -95,7 +105,10 @@ include(locale/locale.pri)
 # deploy
 DISTFILES += CHANGES \
     COPYING
-unix { 
+unix:!mac { 
+    QT += dbus
+    HEADERS += src/gnomeglobalshortcutbackend.h
+    SOURCES += src/gnomeglobalshortcutbackend.cpp
     isEmpty(PREFIX):PREFIX = /usr
     BINDIR = $$PREFIX/bin
     INSTALLS += target