Basics to get xml from ytv server and parse the xml.
[ptas] / zouba / qt / qt.pro
diff --git a/zouba/qt/qt.pro b/zouba/qt/qt.pro
new file mode 100644 (file)
index 0000000..48c03b7
--- /dev/null
@@ -0,0 +1,16 @@
+CONFIG += \
+  qt \
+
+QT += \
+  network \
+
+TEMPLATE = app
+FORMS    = zouba.ui
+
+SOURCES  = \
+  main.cpp \
+  httpclient.cpp \
+
+HEADERS += \
+  httpclient.h \
+