summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotest.pro
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2014-10-07 12:30:54 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2014-12-04 13:52:14 +0100
commit2f4139e5d313902683a3a4a98f9ef012afff8734 (patch)
tree5e1c10378f5a4d9ca2e45dd39b2a6f4dba06d6ee /plugins/autotest/autotest.pro
downloadqt-creator-2f4139e5d313902683a3a4a98f9ef012afff8734.tar.gz
Initial commit
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
+