Moved general gstreamer helper classes into separate library.
Cleaned up configuration of gstreamer with a separate config test. Change-Id: I1ec9ee466233687fbcfdc544a12d9fce578e4379 Reviewed-on: http://codereview.qt-project.org/6459 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
|
||||
library_qgsttools.subdir = $$IN_PWD/gsttools
|
||||
library_qgsttools.depends = multimedia
|
||||
|
||||
library_qtmmwidgets.subdir = $$IN_PWD/multimediawidgets
|
||||
library_qtmmwidgets.depends = multimedia
|
||||
|
||||
SUBDIRS += multimedia
|
||||
|
||||
contains(config_test_gstreamer, yes) {
|
||||
SUBDIRS += library_qgsttools
|
||||
}
|
||||
|
||||
SUBDIRS += library_qtmmwidgets
|
||||
SUBDIRS += imports
|
||||
SUBDIRS += plugins
|
||||
|
||||
Reference in New Issue
Block a user