]> git.sur5r.net Git - minitube/blobdiff - minitube.pro
Merge pull request #9 from dreamer-dead/upstream-extract-pathservice
[minitube] / minitube.pro
index 2f029bf9c475b3dbeac43c386554d540c1b0d4f9..bc027d09b5dc34f81062e05c6cc269ecd12a676d 100644 (file)
@@ -18,7 +18,7 @@ DEFINES *= QT_NO_DEBUG_OUTPUT
 DEFINES *= QT_USE_QSTRINGBUILDER
 DEFINES *= QT_STRICT_ITERATORS
 
-!contains(DEFINES, APP_GOOGLE_API_KEY) {
+!contains(DEFINES, APP_GOOGLE_API_KEY=.+) {
     warning("You need to specify a Google API Key, refer to the README.md file for details")
 }
 
@@ -101,7 +101,9 @@ HEADERS += src/video.h \
     src/yt3listparser.h \
     src/ytchannel.h \
     src/yt3.h \
-    src/paginatedvideosource.h
+    src/paginatedvideosource.h \
+    src/compatibility/qurlqueryhelper.h \
+    src/compatibility/pathsservice.h
 SOURCES += src/main.cpp \
     src/searchlineedit.cpp \
     src/urllineedit.cpp \
@@ -170,7 +172,8 @@ SOURCES += src/main.cpp \
     src/yt3listparser.cpp \
     src/ytchannel.cpp \
     src/yt3.cpp \
-    src/paginatedvideosource.cpp
+    src/paginatedvideosource.cpp \
+    src/compatibility/pathsservice.cpp
 RESOURCES += resources.qrc
 DESTDIR = build/target/
 OBJECTS_DIR = build/obj/