From 5e421957de544224511c4823a4829ed2a34317d0 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 10 Oct 2019 14:37:45 +0200 Subject: 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 --- tests/auto/other/other.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 \ -- cgit v1.2.3