summaryrefslogtreecommitdiffstats
path: root/examples/updater/updater.pro
blob: c4662b3fd91c0c0e8a3278b4b8c1cafa6265101c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = Updater

include( ../../installerbuilder/libinstaller/libinstaller.pri )
LIBS = -L$$OUT_PWD/../../installerbuilder/lib -linstaller $$LIBS

QT += gui

CONFIG += uitools

SOURCES += main.cpp
RESOURCES += updater.qrc