summaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TableModifierTest/TableModifierTest.pro
blob: ed0f6f7e4483bc956decd31ce7e84de7960c6665 (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-11-23T15:08:59
#
#-------------------------------------------------

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

QT       += testlib
QT       -= gui

TARGET = tst_tablemodifiertest
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

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