aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro
blob: 58c8cd3536b00a6e28c664f162e3ca1901b3045e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include($$PWD/../TestUtils/test_common.pri)

QT       += testlib
QT       -= gui

TARGET = tst_formattertest
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app


SOURCES += tst_formattertest.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"