aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/app.pri
blob: 1fb804af7967ac4572bffd092d48d73fc78ee3d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT = core
TEMPLATE = app
DESTDIR = ../../../bin

CONFIG += console
CONFIG -= app_bundle

include($${PWD}/../lib/use.pri)
include($${PWD}/shared/logging/logging.pri)

target.path = $${QBS_INSTALL_PREFIX}/bin
INSTALLS += target