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

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

QT += widgets network

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

HEADERS += mainwindow.h \
        repositorymanager.h

FORMS += mainwindow.ui

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