]> git.sur5r.net Git - minitube/commitdiff
Disk cache in .pro
authorFlavio <flavio@odisseo.local>
Mon, 28 Jan 2013 09:44:13 +0000 (10:44 +0100)
committerFlavio <flavio@odisseo.local>
Mon, 28 Jan 2013 09:44:13 +0000 (10:44 +0100)
minitube.pro

index e15b75b7c0645f4421cc6fe18ffd7d2123a476fe..836142d9cf3713a39c61db1bc6e05b8250e1c95d 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += debug
+CONFIG += release
 TEMPLATE = app
 VERSION = 2.0
 DEFINES += APP_VERSION="$$VERSION"
@@ -70,7 +70,8 @@ HEADERS += \
     src/regionsview.h \
     src/ytsinglevideosource.h \
     src/sidebarheader.h \
-    src/utils.h
+    src/utils.h \
+    src/diskcache.h
 SOURCES += src/main.cpp \
     src/searchlineedit.cpp \
     src/urllineedit.cpp \
@@ -122,7 +123,8 @@ SOURCES += src/main.cpp \
     src/regionsview.cpp \
     src/ytsinglevideosource.cpp \
     src/sidebarheader.cpp \
-    src/utils.cpp
+    src/utils.cpp \
+    src/diskcache.cpp
 RESOURCES += resources.qrc
 DESTDIR = build/target/
 OBJECTS_DIR = build/obj/