diff options
Diffstat (limited to 'util/lexgen/tests/tests.pro')
-rw-r--r-- | util/lexgen/tests/tests.pro | 6 |
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 0000000..eb04439 --- /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\\\" |