aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TableModifierTest/TableModifierTest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/Tests/TableModifierTest/TableModifierTest.pro')
-rw-r--r--SQLiteStudio3/Tests/TableModifierTest/TableModifierTest.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TableModifierTest/TableModifierTest.pro b/SQLiteStudio3/Tests/TableModifierTest/TableModifierTest.pro
new file mode 100644
index 0000000..ed0f6f7
--- /dev/null
+++ b/SQLiteStudio3/Tests/TableModifierTest/TableModifierTest.pro
@@ -0,0 +1,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/\\\"