summaryrefslogtreecommitdiffstats
path: root/tests/guiapp/guiapp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guiapp/guiapp.pro')
-rw-r--r--tests/guiapp/guiapp.pro33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/guiapp/guiapp.pro b/tests/guiapp/guiapp.pro
deleted file mode 100644
index fd750b79..00000000
--- a/tests/guiapp/guiapp.pro
+++ /dev/null
@@ -1,33 +0,0 @@
-QT += core gui
-TEMPLATE = app
-
-linux*:DEFINES += HAVE_LIBUDEV
-
-INCLUDEPATH += \
- ../../include \
- ../../src
-
-HEADERS += \
- ../../include/serialport.h \
- ../../include/serialportinfo.h
-
-include(../../src/src.pri)
-
-SOURCES += main.cpp\
- maindialog.cpp \
- optionsdialog.cpp \
- tracedialog.cpp
-HEADERS += maindialog.h \
- optionsdialog.h \
- tracedialog.h
-FORMS += maindialog.ui \
- optionsdialog.ui \
- tracedialog.ui
-
-CONFIG(debug, debug|release) {
- DESTDIR = debug
- TARGET = guiappd
-} else {
- DESTDIR = release
- TARGET = guiapp
-}