From 432b75517cba65e8ab633a2fe0d53f18abd59426 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 15 Oct 2019 16:32:06 +0200 Subject: Regenerate before merge Change-Id: I9f22f5d050aeec3e8c308e286a897f0f524ed8e3 Reviewed-by: Simon Hausmann --- tests/auto/websockets/websocketprotocol/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/auto/websockets/websocketprotocol/CMakeLists.txt') diff --git a/tests/auto/websockets/websocketprotocol/CMakeLists.txt b/tests/auto/websockets/websocketprotocol/CMakeLists.txt index 914720b..66a011f 100644 --- a/tests/auto/websockets/websocketprotocol/CMakeLists.txt +++ b/tests/auto/websockets/websocketprotocol/CMakeLists.txt @@ -1,5 +1,9 @@ # Generated from websocketprotocol.pro. +if(NOT QT_FEATURE_private_tests) + return() +endif() + ##################################################################### ## tst_websocketprotocol Test: ##################################################################### @@ -15,3 +19,4 @@ add_qt_test(tst_websocketprotocol #### Keys ignored in scope 1:.:.:websocketprotocol.pro:: # TEMPLATE = "app" +# _REQUIREMENTS = "qtConfig(private_tests)" -- cgit v1.2.1