diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-01-18 10:13:41 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-01-19 18:21:12 (GMT) |
commit | b4e6911bf51c05001c1b3cbcc04587afa6ba4577 (patch) | |
tree | 6a85660e7fc6e991beb58ce4fd288289a0f2d70e /Tests/QtAutogen/CommonTests.cmake | |
parent | ff91a5d54b5458eaebab6be814624925a02eccd7 (diff) | |
download | CMake-b4e6911bf51c05001c1b3cbcc04587afa6ba4577.zip CMake-b4e6911bf51c05001c1b3cbcc04587afa6ba4577.tar.gz CMake-b4e6911bf51c05001c1b3cbcc04587afa6ba4577.tar.bz2 |
Autogen: Tests: Extend AUTOUIC include patterns test
Diffstat (limited to 'Tests/QtAutogen/CommonTests.cmake')
-rw-r--r-- | Tests/QtAutogen/CommonTests.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Tests/QtAutogen/CommonTests.cmake b/Tests/QtAutogen/CommonTests.cmake index 2c2e6d6..094a755 100644 --- a/Tests/QtAutogen/CommonTests.cmake +++ b/Tests/QtAutogen/CommonTests.cmake @@ -1,9 +1,7 @@ # Autogen tests common for Qt4 and Qt5 ADD_AUTOGEN_TEST(MocOnly mocOnly) ADD_AUTOGEN_TEST(MocOptions mocOptions) -if(QT_TEST_ALLOW_QT_MACROS) - ADD_AUTOGEN_TEST(UicOnly uicOnly) -endif() +ADD_AUTOGEN_TEST(UicOnly uicOnly) ADD_AUTOGEN_TEST(RccOnly rccOnly) ADD_AUTOGEN_TEST(RccEmpty rccEmpty) ADD_AUTOGEN_TEST(RccOffMocLibrary) |