aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzy-test.pro
blob: 97083ef7aba277399aa1796aa11a1149d450abd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = qbs_fuzzy-test
DESTDIR = ../../bin
CONFIG += console
CONFIG -= app_bundle
SOURCES = main.cpp \
    commandlineparser.cpp \
    fuzzytester.cpp

HEADERS += \
    commandlineparser.h \
    fuzzytester.h