summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-22 20:20:47 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-02 18:34:47 +0000
commitbe6a92ec0920491a68e747b48154ad8712d97f4b (patch)
treecc7f784e223e0e40123d943f87564f35959d43ca /tests/manual
parent9af2cccc597fd094de34c83d742803c5f4c0a8d6 (diff)
remove redundant OTHER_FILES assignments
newer versions of qt creator understand QMAKE_EXTRA_COMPILERS and INSTALLS, so there is no need to list the files twice. Change-Id: Iccf3cc3248daf3422b8c366c2eb2d2f46c5f08d1 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/textrendering/glyphshaping/glyphshaping.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/textrendering/glyphshaping/glyphshaping.pro b/tests/manual/textrendering/glyphshaping/glyphshaping.pro
index 5dc8542e86..4fef879c9c 100644
--- a/tests/manual/textrendering/glyphshaping/glyphshaping.pro
+++ b/tests/manual/textrendering/glyphshaping/glyphshaping.pro
@@ -1,6 +1,5 @@
QT += widgets
SOURCES = main.cpp
-OTHER_FILES = glyphshaping_data.xml
glyphshaping_data.path = .
glyphshaping_data.files = $$PWD/glyphshaping_data.xml
DEPLOYMENT += glyphshaping_data