summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/other.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-10 14:37:45 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-10-10 16:57:37 +0200
commit5e421957de544224511c4823a4829ed2a34317d0 (patch)
treee9f98404802ff6947087ac5f1c53b38163a45bfa /tests/auto/other/other.pro
parent68375b4f3dc9fef5412343ac4496a4af0db43839 (diff)
Fix strange qmake syntax
It seems like qmake is happy with the comment, followed by a continuation and then another comment, but having the continuation at the end of the line makes more sense. This will make it easier to port to CMake. Change-Id: I20c964e8c3b6fea4745095783503045b191b000b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/other/other.pro')
-rw-r--r--tests/auto/other/other.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index c5426202e8..4206852e4c 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -11,7 +11,7 @@ SUBDIRS=\
macplist \
networkselftest \
qaccessibility \
- # qaccessibilitylinux \ # QTBUG-44434
+ # qaccessibilitylinux # QTBUG-44434 \
qaccessibilitymac \
qcomplextext \
qfocusevent \