summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tools/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/tools/CMakeLists.txt b/tests/auto/tools/CMakeLists.txt
index 048051663d..b0895a1e70 100644
--- a/tests/auto/tools/CMakeLists.txt
+++ b/tests/auto/tools/CMakeLists.txt
@@ -1,11 +1,7 @@
# Generated from tools.pro.
add_subdirectory(qmakelib)
-# special case begin
-if(NOT WIN32) # @todo: this is broken, see QTBUG-78449
- add_subdirectory(qmake)
-endif()
-# special case end
+add_subdirectory(qmake)
#add_subdirectory(moc)
add_subdirectory(rcc)
if(TARGET Qt::Widgets)