Files
qt-creator/plugins/autotest/autotest.pro

59 lines
1.1 KiB
Prolog
Raw Normal View History

2014-10-07 12:30:54 +02:00
TARGET = AutoTest
TEMPLATE = lib
PROVIDER = Digia
include(../../qtcreatorplugin.pri)
include(autotest_dependencies.pri)
DEFINES += AUTOTEST_LIBRARY
SOURCES += \
testtreeview.cpp \
testtreemodel.cpp \
testtreeitem.cpp \
testvisitor.cpp \
testinfo.cpp \
testcodeparser.cpp \
autotestplugin.cpp \
testrunner.cpp \
testconfiguration.cpp \
testresult.cpp \
testresultspane.cpp \
testresultmodel.cpp \
2014-11-13 12:31:58 +01:00
testresultdelegate.cpp \
testtreeitemdelegate.cpp \
testsettings.cpp \
testsettingspage.cpp \
testnavigationwidget.cpp \
testxmloutputreader.cpp
2014-10-07 12:30:54 +02:00
HEADERS += \
testtreeview.h \
testtreemodel.h \
testtreeitem.h \
testvisitor.h \
testinfo.h \
testcodeparser.h \
autotestplugin.h \
autotest_global.h \
autotestconstants.h \
testrunner.h \
testconfiguration.h \
testresult.h \
testresultspane.h \
testresultmodel.h \
2014-11-13 12:31:58 +01:00
testresultdelegate.h \
testtreeitemdelegate.h \
testsettings.h \
testsettingspage.h \
testnavigationwidget.h \
testxmloutputreader.h
2014-10-07 12:30:54 +02:00
RESOURCES += \
autotest.qrc
FORMS += \
testsettingspage.ui