summaryrefslogtreecommitdiffstats
path: root/tools/getrepositorycontent/getrepositorycontent.pro
blob: d3412c63a4f047fa6d36bb8eb302e39f03d919f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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