summaryrefslogtreecommitdiff
path: root/vcl/StaticLibrary_glxtest.mk
blob: 1a285875c8283cc83cc18f1b5c8ff432d5523126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_StaticLibrary_StaticLibrary,glxtest))

$(eval $(call gb_StaticLibrary_set_include,glxtest,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_StaticLibrary_use_api,glxtest,\
    offapi \
    udkapi \
))

$(eval $(call gb_StaticLibrary_add_libs,glxtest,\
	-lm $(DLOPEN_LIBS) \
    -lX11 \
))

$(eval $(call gb_StaticLibrary_add_exception_objects,glxtest,\
    vcl/unx/glxtest \
))

# vim: set noet sw=4 ts=4:
a href='/cgit/lo/core/commit/vcl/Library_vclplug_qt5.mk?h=libreoffice-7-1&id=4d33df9087bad92bca7ad570779445befc633f17'>qt5 a11y: Implement most of QAccessibleTextInterfaceSamuel Mehrbrodt 2018-10-18Basic structures for qt5 drag'n'drop supportKatarina Behrens 2018-10-17qt5 a11y: Add event notificationsSamuel Mehrbrodt 2018-10-08Qt5AccessibleWidget: Add stub for QAccessibleTextInterfaceSamuel Mehrbrodt 2018-10-05Qt5AccessibleWidget: Implement QAccessibleValueInterfaceSamuel Mehrbrodt 2018-10-04Clipboard support for qt5, first cutKatarina Behrens 2018-10-01qt5 a11y: Use UNO Api instead of vcl::Window methodsSamuel Mehrbrodt 2018-09-27qt5: Add basic a11y supportSamuel Mehrbrodt 2018-08-12Set Qt5Widget to be a central widget of QMainWindowKatarina Behrens 2018-07-09Basic Qt5 system display dataKatarina Behrens 2018-06-11Dependency on salhelper::SimpleReferenceObjectStephan Bergmann 2018-06-01Basic skeleton of native menusKatarina Behrens 2018-06-01Move qt5 headers into vcl top-level includeKatarina Behrens 2018-06-01Qt5 minimal "native" file pickerJan-Marek Glogowski 2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski 2018-05-07Allow building Qt5 backend on HaikuKacper Kasper 2018-01-08set_warnings_not_errors not necessary in qt5 plugin anymoreNoel Grandin 2017-11-06QT5 implement Graphics damage trackingJan-Marek Glogowski 2017-11-06QT5 first stab on implementing CommonSalLayoutJan-Marek Glogowski 2017-11-06QT5 implement cairo rendering pathJan-Marek Glogowski 2017-11-06QT5 rename from KF5Jan-Marek Glogowski