diff --git a/qttools.pro b/qttools.pro
index 2e678ed839915060711e55744ea8b1fce081b64b..820821ea320b1e6529f94a65330aed6c8d1de0f8 100644
--- a/qttools.pro
+++ b/qttools.pro
@@ -1,13 +1,2 @@
-TEMPLATE = subdirs
-
-module_qttools_src.subdir = src
-module_qttools_src.target = module-qttools-src
-
-module_qttools_tests.subdir = tests
-module_qttools_tests.target = module-qttools-tests
-module_qttools_tests.depends = module_qttools_src
-module_qttools_tests.CONFIG = no_default_install
-!contains(QT_BUILD_PARTS,tests):module_qttools_tests.CONFIG += no_default_target
-
-SUBDIRS += module_qttools_src \
-           module_qttools_tests \
+# FIXME: the src directory contains both libs and tools parts
+load(qt_parts)