aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debugger.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2013-07-26 16:44:39 +0300
committerOrgad Shaneh <[email protected]>2013-09-10 17:44:26 +0200
commit00de61a79c553fb1984f5ee21d77f12568ba7b7e (patch)
tree06aa63724b2b0a6ce25cecf83a86208fce3b54fb /src/plugins/debugger/debugger.pro
parent5a12889e5c571eb4c96bebc9f0953161bc71d653 (diff)
Debugger: Do not install simple.pro
Doesn't belong in the install directory Change-Id: I28578865e0424a43c5c9fbd420b37b816f147580 Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debugger.pro')
-rw-r--r--src/plugins/debugger/debugger.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro
index fdae426a811..ce31216535b 100644
--- a/src/plugins/debugger/debugger.pro
+++ b/src/plugins/debugger/debugger.pro
@@ -148,22 +148,3 @@ include(qml/qml.pri)
include(namedemangler/namedemangler.pri)
include(shared/shared.pri)
-
-equals(TEST, 1):!isEmpty(copydata) {
- TEST_DIR = tests/manual/debugger/simple
- INPUT_FILE = $$IDE_SOURCE_TREE/$$TEST_DIR/simple.pro
- macx: OUTPUT_DIR = $$IDE_DATA_PATH/$$TEST_DIR
- else: OUTPUT_DIR = $$IDE_BUILD_TREE/$$TEST_DIR
- testfile.target = $$OUTPUT_DIR/$$basename(INPUT_FILE)
- testfile.depends = $$INPUT_FILE
- win32:isEmpty(QMAKE_SH) {
- INPUT_FILE ~= s,/,\\\\,g
- OUTPUT_DIR ~= s,/,\\\\,g
- } else {
- isEmpty(QMAKE_CHK_EXISTS_GLUE):QMAKE_CHK_EXISTS_GLUE = "|| "
- }
- testfile.commands = ($$QMAKE_CHK_DIR_EXISTS \"$$OUTPUT_DIR\" $$QMAKE_CHK_EXISTS_GLUE $$QMAKE_MKDIR \"$$OUTPUT_DIR\") \
- && $$QMAKE_COPY \"$$INPUT_FILE\" \"$$OUTPUT_DIR\"
- QMAKE_EXTRA_TARGETS += testfile
- PRE_TARGETDEPS += $$testfile.target
-}