summaryrefslogtreecommitdiffstats
path: root/examples/updater/updater.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/updater/updater.pro')
-rw-r--r--examples/updater/updater.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/updater/updater.pro b/examples/updater/updater.pro
new file mode 100644
index 000000000..c4662b3fd
--- /dev/null
+++ b/examples/updater/updater.pro
@@ -0,0 +1,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