From 1fdc150116cad39aae5c5da407c3312b47a59e3a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 17 Dec 2021 07:06:30 -0500 Subject: New upstream version 3.3.3+dfsg1. --- SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro (limited to 'SQLiteStudio3/Tests/FormatterTest/FormatterTest.pro') 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/\\\" -- cgit v1.2.3