diff options
author | Liang Qi <liang.qi@theqtcompany.com> | 2015-05-20 14:38:41 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@theqtcompany.com> | 2015-05-22 21:29:54 +0000 |
commit | 083f25b2989f5736a7531d9a49d839a79784906a (patch) | |
tree | c445aabe15ed4f0ac36d54f19f5d94fe2bbc2268 /tests | |
parent | 311f231f8b308b10e1b355ae366505c8ffadf86f (diff) | |
download | qtwebsockets-083f25b2989f5736a7531d9a49d839a79784906a.tar.gz |
tests: enable cmake in auto tests
Change-Id: Idbfbaa86675381110f35118baf16cac891976707
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index d83cc1f..d96c4a5 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,6 +1,6 @@ TEMPLATE = subdirs -SUBDIRS += websockets +SUBDIRS += cmake websockets qtHaveModule(quick) { SUBDIRS += qml |