aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/autotest/unit_test/plain/test_plain/test_plain.pro
blob: 1e8994b34c575d3b41d99a75178f580cad0f4386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += testlib
QT += gui
CONFIG += qt warn_on depend_includepath testcase

TEMPLATE = app

SOURCES += \
    tst_simple.cpp

HEADERS += \
    tst_simple.h

TARGET = totallyDifferentName