summaryrefslogtreecommitdiff
path: root/tests/auto/qtipc/lackey/lackey.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2012-11-06 11:26:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-08 12:34:55 +0100
commitd142740257fde3c9a1e17fd352bf0d5100b547ff (patch)
treedb49c415d35e09d513f72b584f8a1c2557a92987 /tests/auto/qtipc/lackey/lackey.pro
parentd91845e888b3790c77ef5ef5db0f82764f0aa3ec (diff)
downloadqtscript-d142740257fde3c9a1e17fd352bf0d5100b547ff.tar.gz
autotests were moved to qtbase as they have no real script dependency
Task-number: QTBUG-27705 Task-number: QTBUG-27706 Change-Id: I1bd17444b5ba8effba52bf4c179751f25a9d5974 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
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