diff options
Diffstat (limited to 'SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro')
| -rw-r--r-- | SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro b/SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro new file mode 100644 index 0000000..58c8cd3 --- /dev/null +++ b/SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro @@ -0,0 +1,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/\\\" |
