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

macx:include(../../no_app_bundle.pri)