summaryrefslogtreecommitdiffstats
path: root/tests/guidevtest/guidevtest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guidevtest/guidevtest.pro')
-rw-r--r--tests/guidevtest/guidevtest.pro45
1 files changed, 0 insertions, 45 deletions
diff --git a/tests/guidevtest/guidevtest.pro b/tests/guidevtest/guidevtest.pro
deleted file mode 100644
index b07e6f90..00000000
--- a/tests/guidevtest/guidevtest.pro
+++ /dev/null
@@ -1,45 +0,0 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2011-10-15T16:26:56
-#
-#-------------------------------------------------
-
-QT += core gui
-
-TARGET = guidevtest
-TEMPLATE = app
-
-INCLUDEPATH += \
- ../../include \
- ../../src
-
-HEADERS += \
- ../../include/serialport.h \
- ../../include/serialportinfo.h
-
-include(../../src/src.pri)
-
-SOURCES += \
- main.cpp \
- maindialog.cpp \
- unittestinfo.cpp \
- unittestsignals.cpp \
- unittestwaitforx.cpp \
- unittestio.cpp
-
-HEADERS += \
- maindialog.h \
- unittests.h
-
-FORMS += \
- maindialog.ui
-
-
-
-
-
-
-
-
-
-