Update git submodules
[LibreOffice.git] / avmedia / Library_avmediaqt6.mk
blob86b4553e1addb8e5112e6cfc22d99093afd5b454
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,avmediaqt6))
12 $(eval $(call gb_Library_set_componentfile,avmediaqt6,avmedia/source/qt6/avmediaqt,services))
14 $(eval $(call gb_Library_use_custom_headers,avmediaqt6,avmedia/source/qt6))
16 $(eval $(call gb_Library_set_include,avmediaqt6,\
17 $$(INCLUDE) \
18 -I$(SRCDIR)/avmedia/source/inc \
19 -I$(SRCDIR)/avmedia/source/gstreamer \
22 $(eval $(call gb_Library_use_externals,avmediaqt6,\
23 qt6 \
26 $(eval $(call gb_Library_use_sdk_api,avmediaqt6))
28 $(eval $(call gb_Library_use_libraries,avmediaqt6,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 sal \
33 salhelper \
34 tl \
35 vcl \
38 $(eval $(call gb_Library_add_exception_objects,avmediaqt6,\
39 avmedia/source/qt6/gstwindow \
40 avmedia/source/qt6/QtFrameGrabber \
41 avmedia/source/qt6/QtManager \
42 avmedia/source/qt6/QtPlayer \
45 # vim: set noet sw=4 ts=4: