kh1 06100e1034 Keep common just for the tools.
All other files should be in the lib anyway. Fix includes.

Change-Id: I654fadf0a77b8d19953a6b47820e6398af11e2df
Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
2012-03-13 19:49:28 +01:00

18 lines
292 B
Prolog

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