summaryrefslogtreecommitdiffstats
path: root/tools/repocompare/repocompare.pro
blob: 04f50dc5a88872f7a35b30a1a3507fa7d4b3c761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
INCLUDEPATH += . ..
TARGET = repocompare

include(../../installerfw.pri)

QT += network
DESTDIR = $$IFW_APP_PATH

SOURCES += main.cpp\
        mainwindow.cpp \
        repositorymanager.cpp

HEADERS += mainwindow.h \
        repositorymanager.h

FORMS += mainwindow.ui

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