4
0
mirror of https://github.com/QuasarApp/installer-framework.git synced 2025-05-07 10:39:33 +00:00
kh1 342f67fa85 Move everything releated to testing into tests.
Change-Id: I28fc488b3de03a8561888969336f2ebc62a97bb0
Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
2012-03-13 11:43:41 +01:00

16 lines
322 B
Prolog

TEMPLATE = app
DEPENDPATH += . .. ../../installerbuilder/common
INCLUDEPATH += . ..
DESTDIR = ../../installerbuilder/bin
CONFIG += console
CONFIG -= app_bundle
include(../../installerbuilder/libinstaller/libinstaller.pri)
# Input
SOURCES += fileengineserver.cpp
LIBS = -L../../installerbuilder/lib -linstaller $$LIBS