From fea89c704d8db08f5e16f7934e847a6e8d24730b Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 15 Feb 2012 14:16:08 +1000 Subject: Fixed incorrect dependencies for qttools qttools uses both qtquick1 and qtdeclarative. Change-Id: I3ec8ef3d770b029bec865a67aaaad3eb9db464d5 Reviewed-by: Toby Tomkins --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index 757da5a3..6813d285 100644 --- a/qt.pro +++ b/qt.pro @@ -42,7 +42,7 @@ module_qtwebkit_examples_and_demos.depends = module_qtwebkit module_qttools.subdir = $$IN_PWD/qttools module_qttools.target = module-qttools -module_qttools.depends = module_qtbase module_qtscript module_qtquick1 +module_qttools.depends = module_qtbase module_qtscript module_qtquick1 module_qtdeclarative win32:module_qttools.depends += module_qtactiveqt module_qttranslations.subdir = $$IN_PWD/qttranslations -- cgit v1.2.3