From 64391c88c7e1421dd146b528c4395c68049c4adb Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Tue, 8 Mar 2011 20:46:27 +0100 Subject: moved some directories and adjusted the README - also removed some unused projects under examples(updater, updaterplugin) - adjusted pro files to the new structure --- tools/operationrunner/operationrunner.pro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/operationrunner/operationrunner.pro (limited to 'tools/operationrunner/operationrunner.pro') diff --git a/tools/operationrunner/operationrunner.pro b/tools/operationrunner/operationrunner.pro new file mode 100644 index 000000000..d2f1b05cc --- /dev/null +++ b/tools/operationrunner/operationrunner.pro @@ -0,0 +1,18 @@ +TEMPLATE = app +TARGET = operationrunner +DEPENDPATH += . .. ../../installerbuilder/common +INCLUDEPATH += . .. + +DESTDIR = ../../installerbuilder/bin + +CONFIG += console +CONFIG -= app_bundle + +QT += xml + +include(../../installerbuilder/libinstaller/libinstaller.pri) + +# Input +SOURCES += operationrunner.cpp + +LIBS = -L../../installerbuilder/lib -linstaller $$LIBS -- cgit v1.2.3