qt5base-lts/tests/auto/other
Joerg Bornemann 067fb7915a pro2cmake: Fix qmake parser's line continuation handling
The qmake parser of pro2cmake handles completely commented lines to make
assignments like this work:

    SUBDIRS = \
       foo \
    #  bar \
       bar

However, assignments like

    SUBDIRS = \
       foo \
       #bar \
       bar

were cut off at the commented line.

Fix this by allowing leading whitespace for "fully commented lines".

Change-Id: Ib5de850a02fd9b9ebb7c056c2f64f9d684334b08
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-09-02 23:44:15 +02:00
..
android CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
compiler Avoid inifinite recursion call in tst_Compiler::cxx11_noexcept 2020-08-28 09:43:14 +00:00
gestures CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
lancelot Use OpenType font weights 2020-08-28 07:26:54 +02:00
languagechange Don't skip QFileDialog retranslatability test on macOS 2020-08-26 03:45:30 +02:00
macgui CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
macnativeevents Properly deprecate Qt::MidButton in favor of Qt::MiddleButton 2020-08-22 21:47:36 +02:00
macplist CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
networkselftest CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qabstractitemmodelutils Don't insert items into the wrong row 2019-08-13 07:34:00 +01:00
qaccessibility Fix warning when printing of qsizetype 2020-07-26 17:39:31 +02:00
qaccessibilitylinux CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qaccessibilitymac CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qcomplextext CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qfocusevent CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qnetworkaccessmanager_and_qprogressdialog CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qobjectrace Take the right lock before using a connection's receiver 2020-09-01 02:48:40 +02:00
qprocess_and_guieventloop CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
qsharedpointer_and_qwidget CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
qtokenautomaton Remove useless autotest 2020-02-28 10:07:05 +01:00
qvariant_common Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
sessionmanagement_macos Session management for macOS 2019-12-02 18:18:22 +01:00
toolsupport Add a QBindingStorage class 2020-09-02 22:44:28 +02:00
xkbkeyboard CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
.prev_CMakeLists.txt pro2cmake: Fix qmake parser's line continuation handling 2020-09-02 23:44:15 +02:00
CMakeLists.txt pro2cmake: Fix qmake parser's line continuation handling 2020-09-02 23:44:15 +02:00
other.pro Remove winrt 2020-06-06 20:25:49 +02:00