]> git.sur5r.net Git - minitube/blobdiff - src/yt/ytjs/ytjs.pri
Update upstream source from tag 'upstream/3.8'
[minitube] / src / yt / ytjs / ytjs.pri
diff --git a/src/yt/ytjs/ytjs.pri b/src/yt/ytjs/ytjs.pri
new file mode 100644 (file)
index 0000000..0baf115
--- /dev/null
@@ -0,0 +1,16 @@
+INCLUDEPATH += $$PWD
+DEPENDPATH += $$PWD
+
+HEADERS += \
+    $$PWD/ytjschannel.h \
+    $$PWD/ytjschannelsource.h \
+    $$PWD/ytjssearch.h \
+    $$PWD/ytjssinglevideosource.h \
+    $$PWD/ytjsvideo.h
+
+SOURCES += \
+    $$PWD/ytjschannel.cpp \
+    $$PWD/ytjschannelsource.cpp \
+    $$PWD/ytjssearch.cpp \
+    $$PWD/ytjssinglevideosource.cpp \
+    $$PWD/ytjsvideo.cpp