From 2ede7f403a465f5d9746e069c88a918fa7d807c4 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 7 Aug 2013 12:09:46 +0200 Subject: Remove qtjsbackend as dependency for qtdeclarative This is the first step. The next step is to remove it from qtdeclarative's sync.profile after this integrates. Change-Id: Ice1424f3d01d8eb4082200900498bbb19392492b Reviewed-by: Sergio Ahumada Reviewed-by: Oswald Buddenhagen --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt.pro b/qt.pro index 49f83952..28b54a44 100644 --- a/qt.pro +++ b/qt.pro @@ -61,7 +61,7 @@ addModule(qlalr, qtbase) addModule(qtsvg, qtbase) addModule(qtxmlpatterns, qtbase) addModule(qtjsbackend, qtbase) -addModule(qtdeclarative, qtjsbackend, qtsvg qtxmlpatterns) +addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns) addModule(qtquickcontrols, qtdeclarative) addModule(qtmultimedia, qtdeclarative) addModule(qtactiveqt, qtbase) -- cgit v1.2.3