diff options
-rw-r--r-- | tests/auto/auto.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 21f22a5..2ee1976 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,10 +1,10 @@ TEMPLATE = subdirs -SUBDIRS += \ - websocketcorsauthenticator +#SUBDIRS += contains(QT_CONFIG, private_tests): SUBDIRS += \ websocketprotocol \ dataprocessor \ websocketframe \ - handshakerequest + handshakerequest \ + websocketcorsauthenticator |