aboutsummaryrefslogtreecommitdiff
path: root/client/esp/MyTcpSocket.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/esp/MyTcpSocket.pro')
-rw-r--r--client/esp/MyTcpSocket.pro28
1 files changed, 0 insertions, 28 deletions
diff --git a/client/esp/MyTcpSocket.pro b/client/esp/MyTcpSocket.pro
deleted file mode 100644
index eb1a19e..0000000
--- a/client/esp/MyTcpSocket.pro
+++ /dev/null
@@ -1,28 +0,0 @@
-QT += core
-QT -= gui
-QT += network
-
-TARGET = QTcpSocket
-
-CONFIG += console
-CONFIG -= app_bundle
-
-
-TEMPLATE = app
-# You can make your code fail to compile if it uses deprecated APIs.
-# In order to do so, uncomment the following line.
-#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
-
-SOURCES += \
- main.cpp \
- mytcpsocket.cpp \
- timetest.cpp
-
-# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
-!isEmpty(target.path): INSTALLS += target
-
-HEADERS += \
- mytcpsocket.h \
- timetest.h