summaryrefslogtreecommitdiff
path: root/tests/auto/qtipc/lackey/lackey.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtipc/lackey/lackey.pro')
-rw-r--r--tests/auto/qtipc/lackey/lackey.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/qtipc/lackey/lackey.pro b/tests/auto/qtipc/lackey/lackey.pro
deleted file mode 100644
index c227dbd..0000000
--- a/tests/auto/qtipc/lackey/lackey.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-include(../qsharedmemory/src/src.pri)
-
-QT = core-private script testlib
-
-DESTDIR = ./
-
-win32: CONFIG += console
-mac:CONFIG -= app_bundle
-
-DEFINES += QSHAREDMEMORY_DEBUG
-DEFINES += QSYSTEMSEMAPHORE_DEBUG
-
-SOURCES += main.cpp
-TARGET = lackey
-
-
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0