summaryrefslogtreecommitdiffstats
path: root/tools/getrepositorycontent/getrepositorycontent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/getrepositorycontent/getrepositorycontent.pro')
-rw-r--r--tools/getrepositorycontent/getrepositorycontent.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/getrepositorycontent/getrepositorycontent.pro b/tools/getrepositorycontent/getrepositorycontent.pro
new file mode 100644
index 000000000..d3412c63a
--- /dev/null
+++ b/tools/getrepositorycontent/getrepositorycontent.pro
@@ -0,0 +1,22 @@
+TEMPLATE = app
+INCLUDEPATH += . ..
+TARGET = getrepositorycontent
+
+include(../../installerfw.pri)
+
+QT -= gui
+QT += network
+
+CONFIG += console
+DESTDIR = $$IFW_APP_PATH
+
+SOURCES += main.cpp \
+ textprogressbar.cpp \
+ downloader.cpp \
+ domnodedebugstreamoperator.cpp
+
+HEADERS += \
+ textprogressbar.h \
+ downloader.h \
+ domnodedebugstreamoperator.h
+