summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/app/app.pro
blob: a167cc45cd6f8f2b9e72fe9f9d2ca0f53150a29a (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

TARGET = app
QT = core

CONFIG -= debug_and_release app_bundle
CONFIG += debug console

SOURCES += main.cpp