summaryrefslogtreecommitdiffstats
path: root/util/lexgen/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'util/lexgen/tests/tests.pro')
-rw-r--r--util/lexgen/tests/tests.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/lexgen/tests/tests.pro b/util/lexgen/tests/tests.pro
new file mode 100644
index 0000000000..eb04439a13
--- /dev/null
+++ b/util/lexgen/tests/tests.pro
@@ -0,0 +1,6 @@
+CONFIG += qtestlib
+SOURCES += tst_lexgen.cpp
+TARGET = tst_lexgen
+include(../lexgen.pri)
+QT = core
+DEFINES += SRCDIR=\\\"$$PWD\\\"