summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/SelectResolverTest/SelectResolverTest.pro
blob: d533c7e2ae9bd1e26ef5671f3dd3fb2a0ad84fdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#-------------------------------------------------
#
# Project created by QtCreator 2013-04-05T00:10:49
#
#-------------------------------------------------

include($$PWD/../TestUtils/test_common.pri)

QT       += testlib
QT       -= gui

TARGET = tst_selectresolvertest
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

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