From: Flavio Tordini Date: Fri, 22 Jan 2010 19:33:16 +0000 (+0100) Subject: Removed SettingsView X-Git-Tag: 0.9~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71c43fdad7bd22157015cb4e5dbb3f360135340f;p=minitube Removed SettingsView --- diff --git a/minitube.pro b/minitube.pro index d9db118..1568135 100755 --- a/minitube.pro +++ b/minitube.pro @@ -1,11 +1,9 @@ INCLUDEPATH += /usr/include/phonon - CONFIG += release TEMPLATE = app # TODO Saner string behaviour # DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII QT_STRICT_ITERATORS - TARGET = minitube mac { TARGET = Minitube @@ -19,7 +17,6 @@ include(src/thlibrary/thlibrary.pri) HEADERS += src/MainWindow.h \ src/SearchView.h \ src/MediaView.h \ - src/SettingsView.h \ src/AboutView.h \ src/youtubesearch.h \ src/video.h \ @@ -49,7 +46,6 @@ SOURCES += src/main.cpp \ src/MainWindow.cpp \ src/SearchView.cpp \ src/MediaView.cpp \ - src/SettingsView.cpp \ src/AboutView.cpp \ src/youtubesearch.cpp \ src/youtubestreamreader.cpp \ @@ -86,14 +82,12 @@ include(locale/locale.pri) # deploy DISTFILES += CHANGES \ COPYING - mac { CONFIG += x86 \ ppc QMAKE_INFO_PLIST = Info.plist ICON = minitube.icns } - unix { isEmpty(PREFIX):PREFIX = /usr BINDIR = $$PREFIX/bin @@ -111,13 +105,11 @@ unix { icon48 \ icon64 \ icon128 \ - icon256 \ - + icon256 translations.path = $$PKGDATADIR translations.files += $$DESTDIR/locale desktop.path = $$DATADIR/applications desktop.files += minitube.desktop - iconsvg.path = $$DATADIR/icons/hicolor/scalable/apps iconsvg.files += data/minitube.svg icon16.path = $$DATADIR/icons/hicolor/16x16/apps @@ -133,5 +125,4 @@ unix { icon256.path = $$DATADIR/icons/hicolor/256x256/apps icon256.files += data/256x256/minitube.png } - win32:RC_FILE = minitube.rc