X-Git-Url: https://git.sur5r.net/?p=minitube;a=blobdiff_plain;f=minitube.pro;h=836142d9cf3713a39c61db1bc6e05b8250e1c95d;hp=e705eb178618cb9a56b783de0e5539e1e73693df;hb=a8e005af0aa72f809f823bbd741bb3d0def00ced;hpb=2c530dd73ae4db20945c152334ab9897ec9b91af diff --git a/minitube.pro b/minitube.pro index e705eb1..836142d 100644 --- a/minitube.pro +++ b/minitube.pro @@ -1,6 +1,6 @@ CONFIG += release TEMPLATE = app -VERSION = 1.9 +VERSION = 2.0 DEFINES += APP_VERSION="$$VERSION" APP_NAME = Minitube @@ -11,34 +11,22 @@ DEFINES += APP_UNIX_NAME="$$APP_UNIX_NAME" DEFINES += QT_USE_FAST_CONCATENATION DEFINES += QT_USE_FAST_OPERATOR_PLUS +DEFINES += QT_STRICT_ITERATORS -# TODO Saner string behaviour -# DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII QT_STRICT_ITERATORS TARGET = minitube -QT += network \ - xml \ - phonon +QT += network xml phonon include(src/qtsingleapplication/qtsingleapplication.pri) -HEADERS += src/MainWindow.h \ - src/SearchView.h \ - src/MediaView.h \ - src/AboutView.h \ - src/youtubesearch.h \ +HEADERS += \ src/video.h \ - src/youtubestreamreader.h \ - src/View.h \ src/searchlineedit.h \ src/urllineedit.h \ src/spacer.h \ src/constants.h \ - src/iconloader/qticonloader.h \ - src/ListModel.h \ - src/playlist/PrettyItemDelegate.h \ + src/playlistitemdelegate.h \ src/networkaccess.h \ src/videomimedata.h \ src/global.h \ src/updatechecker.h \ - src/playlistwidget.h \ src/searchparams.h \ src/minisplitter.h \ src/loadingwidget.h \ @@ -54,7 +42,6 @@ HEADERS += src/MainWindow.h \ src/downloadmodel.h \ src/downloadlistview.h \ src/downloadsettings.h \ - src/youtubesuggest.h \ src/suggester.h \ src/channelsuggest.h \ src/temporary.h \ @@ -62,25 +49,37 @@ HEADERS += src/MainWindow.h \ src/playlistview.h \ src/refinesearchwidget.h \ src/refinesearchbutton.h \ - src/sidebarwidget.h + src/sidebarwidget.h \ + src/homeview.h \ + src/aboutview.h \ + src/mainwindow.h \ + src/mediaview.h \ + src/searchview.h \ + src/view.h \ + src/userview.h \ + src/playlistmodel.h \ + src/videosource.h \ + src/ytsearch.h \ + src/ytstandardfeed.h \ + src/standardfeedsview.h \ + src/ytregions.h \ + src/ytcategories.h \ + src/ytfeedreader.h \ + src/ytsuggester.h \ + src/videosourcewidget.h \ + src/regionsview.h \ + src/ytsinglevideosource.h \ + src/sidebarheader.h \ + src/utils.h \ + src/diskcache.h SOURCES += src/main.cpp \ - src/MainWindow.cpp \ - src/SearchView.cpp \ - src/MediaView.cpp \ - src/AboutView.cpp \ - src/youtubesearch.cpp \ - src/youtubestreamreader.cpp \ src/searchlineedit.cpp \ src/urllineedit.cpp \ src/spacer.cpp \ src/video.cpp \ - src/iconloader/qticonloader.cpp \ - src/ListModel.cpp \ - src/playlist/PrettyItemDelegate.cpp \ src/videomimedata.cpp \ src/updatechecker.cpp \ src/networkaccess.cpp \ - src/playlistwidget.cpp \ src/searchparams.cpp \ src/minisplitter.cpp \ src/loadingwidget.cpp \ @@ -97,14 +96,35 @@ SOURCES += src/main.cpp \ src/downloadmodel.cpp \ src/downloadlistview.cpp \ src/downloadsettings.cpp \ - src/youtubesuggest.cpp \ src/channelsuggest.cpp \ src/temporary.cpp \ src/segmentedcontrol.cpp \ src/playlistview.cpp \ src/refinesearchwidget.cpp \ src/refinesearchbutton.cpp \ - src/sidebarwidget.cpp + src/sidebarwidget.cpp \ + src/homeview.cpp \ + src/mainwindow.cpp \ + src/mediaview.cpp \ + src/aboutview.cpp \ + src/searchview.cpp \ + src/userview.cpp \ + src/playlistitemdelegate.cpp \ + src/playlistmodel.cpp \ + src/videosource.cpp \ + src/ytsearch.cpp \ + src/ytstandardfeed.cpp \ + src/standardfeedsview.cpp \ + src/ytregions.cpp \ + src/ytcategories.cpp \ + src/ytfeedreader.cpp \ + src/ytsuggester.cpp \ + src/videosourcewidget.cpp \ + src/regionsview.cpp \ + src/ytsinglevideosource.cpp \ + src/sidebarheader.cpp \ + src/utils.cpp \ + src/diskcache.cpp RESOURCES += resources.qrc DESTDIR = build/target/ OBJECTS_DIR = build/obj/ @@ -117,8 +137,7 @@ CODECFORSRC = UTF-8 include(locale/locale.pri) # deploy -DISTFILES += CHANGES \ - COPYING +DISTFILES += CHANGES COPYING unix:!mac { INCLUDEPATH += /usr/include/phonon QT += dbus