From a3398c1824e8d290d346d1610b604370d2b252e0 Mon Sep 17 00:00:00 2001 From: Vladimir Minenko Date: Thu, 16 Oct 2014 11:31:25 +0200 Subject: BlackBerry 10 specific widget style as a style plugin - upstreaming the implementation of a BlackBerry 10 specific widget style - modfied to be integrated as a style plugin being a part of the QtBase - according docs are provided in QtDocs in another commit - attributing the excellent work at KDAB who was the original developer Change-Id: I57c548f6ec4cf02f125ee216f1ce1b764f29e8bb Reviewed-by: Bernd Weimer Reviewed-by: Rafael Roquetto --- src/plugins/plugins.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/plugins.pro') diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index d1cbff59c1..587063b100 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -3,5 +3,6 @@ TEMPLATE = subdirs SUBDIRS *= sqldrivers !winrt:qtHaveModule(network): SUBDIRS += bearer qtHaveModule(gui): SUBDIRS *= imageformats platforms platforminputcontexts platformthemes generic +qtHaveModule(widgets): SUBDIRS *= styles !winrt:!wince*:qtHaveModule(widgets):SUBDIRS += printsupport -- cgit v1.2.3