aboutsummaryrefslogtreecommitdiffstats
path: root/src/libexec/qbs_processlauncher/qbs_processlauncher.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexec/qbs_processlauncher/qbs_processlauncher.pro')
-rw-r--r--src/libexec/qbs_processlauncher/qbs_processlauncher.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/libexec/qbs_processlauncher/qbs_processlauncher.pro b/src/libexec/qbs_processlauncher/qbs_processlauncher.pro
deleted file mode 100644
index c49e52e27..000000000
--- a/src/libexec/qbs_processlauncher/qbs_processlauncher.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-include(../libexec.pri)
-
-TARGET = qbs_processlauncher
-CONFIG += console c++17
-CONFIG -= app_bundle
-QT = core network
-
-TOOLS_DIR = $$PWD/../../lib/corelib/tools
-
-INCLUDEPATH += $$TOOLS_DIR
-
-HEADERS += \
- launcherlogging.h \
- launchersockethandler.h \
- $$TOOLS_DIR/launcherpackets.h
-
-SOURCES += \
- launcherlogging.cpp \
- launchersockethandler.cpp \
- processlauncher-main.cpp \
- $$TOOLS_DIR/launcherpackets.cpp