summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/autotest/autotest.pro')
-rw-r--r--plugins/autotest/autotest.pro33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/autotest/autotest.pro b/plugins/autotest/autotest.pro
new file mode 100644
index 0000000000..19df6bcb2e
--- /dev/null
+++ b/plugins/autotest/autotest.pro
@@ -0,0 +1,33 @@
+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
+
+HEADERS += \
+ testtreeview.h \
+ testtreemodel.h \
+ testtreeitem.h \
+ testvisitor.h \
+ testinfo.h \
+ testcodeparser.h \
+ autotestplugin.h \
+ autotest_global.h \
+ autotestconstants.h
+
+RESOURCES += \
+ autotest.qrc
+