aboutsummaryrefslogtreecommitdiffstats
path: root/examples/winextras/winextras.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-09-30 23:02:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-04 16:21:24 +0200
commita8699963b98fe2d1dcc33658ac006100b69444b1 (patch)
tree49889bb003740d573afd9c311b7ac96a39e0e099 /examples/winextras/winextras.pro
parentf3bc479f070dbe4ee3e784480101dad1c2e84296 (diff)
A music player example
Change-Id: Ie28baa6373a8852b31137ed3c076ab4309d1c98f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples/winextras/winextras.pro')
-rw-r--r--examples/winextras/winextras.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/winextras/winextras.pro b/examples/winextras/winextras.pro
index faa2909..17d9cf3 100644
--- a/examples/winextras/winextras.pro
+++ b/examples/winextras/winextras.pro
@@ -5,4 +5,6 @@ win32:{
dwmfeatures \
jumplistexample
EXAMPLE_FILES += quickdwm
+
+ qtHaveModule(widgets):qtHaveModule(multimedia): SUBDIRS += musicplayer
}