Commit a14bd0bb authored by Martin Kampas's avatar Martin Kampas Committed by Martin Kampas
Browse files

Allow to disable mmk plugin explicitly


Change-Id: I05289474eb0e58af5b85cc86cab05933b0a68e15
Reviewed-by: default avatarJoona Petrell <joona.petrell@jollamobile.com>
parent 4b552545
No related merge requests found
Showing with 4 additions and 1 deletion
......@@ -10,4 +10,7 @@ contains(meegotouchfeedback_enabled, yes) {
SUBDIRS += meegotouch
}
qtHaveModule(multimedia): SUBDIRS += mmk
qtHaveModule(multimedia):!contains(multimedia_disabled, yes) {
message("Building with multimedia support")
SUBDIRS += mmk
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment