From 94eef4e5f768debc1cd21765852fce0d33461f36 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 2 Aug 2013 10:35:30 +0200 Subject: qtwinextras: add qtdeclarative as an optional dependency qtwinextras contains optional QML types, so qtdeclarative must be listed as an optional dependency to avoid build breaks. Change-Id: I7d7f3bfca73c6599699a1da9c8795e6ac9ca4a74 Reviewed-by: Oswald Buddenhagen --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.pro b/qt.pro index be514090..e4190b19 100644 --- a/qt.pro +++ b/qt.pro @@ -55,13 +55,13 @@ defineTest(addModule) { addModule(qtbase) addModule(qtmacextras, qtbase) -addModule(qtwinextras, qtbase) addModule(qtx11extras, qtbase) addModule(qlalr, qtbase) addModule(qtsvg, qtbase) addModule(qtxmlpatterns, qtbase) addModule(qtjsbackend, qtbase) addModule(qtdeclarative, qtjsbackend, qtsvg qtxmlpatterns) +addModule(qtwinextras, qtbase, qtdeclarative) addModule(qtquickcontrols, qtdeclarative) addModule(qtmultimedia, qtdeclarative) addModule(qtactiveqt, qtbase) -- cgit v1.2.3