summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-11-14 16:22:06 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2017-11-29 14:31:46 +0000
commit9a679121f4257ab71a1ebb09a012fa2206f300df (patch)
tree2770bf703609a3420c558ff5d4e3dab717659182 /config.tests
parent37163471be41ab57599820066306885d116ccb28 (diff)
Move the MouseTouchAdaptor from neptune to the application-manager
This way we can (a) re-use the functionality in other system-uis and (b) easily disable it when e.g. testing with Squish. Change-Id: Icbfb3dfac5283eebe1cf4855386e27c6d1a430dc Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/touchemulation/main.cpp49
-rw-r--r--config.tests/touchemulation/touchemulation.pro8
2 files changed, 57 insertions, 0 deletions
diff --git a/config.tests/touchemulation/main.cpp b/config.tests/touchemulation/main.cpp
new file mode 100644
index 00000000..bdb25f60
--- /dev/null
+++ b/config.tests/touchemulation/main.cpp
@@ -0,0 +1,49 @@
+/****************************************************************************
+**
+** Copyright (C) 2017 Pelagicore AG
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the Pelagicore Application Manager.
+**
+** $QT_BEGIN_LICENSE:LGPL-QTAS$
+** Commercial License Usage
+** Licensees holding valid commercial Qt Automotive Suite licenses may use
+** this file in accordance with the commercial license agreement provided
+** with the Software or, alternatively, in accordance with the terms
+** contained in a written agreement between you and The Qt Company. For
+** licensing terms and conditions see https://www.qt.io/terms-conditions.
+** For further information use the contact form at https://www.qt.io/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 3 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPL3 included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 3 requirements
+** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 2.0 or (at your option) the GNU General
+** Public license version 3 or any later version approved by the KDE Free
+** Qt Foundation. The licenses are as published by the Free Software
+** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-2.0.html and
+** https://www.gnu.org/licenses/gpl-3.0.html.
+**
+** $QT_END_LICENSE$
+**
+** SPDX-License-Identifier: LGPL-3.0
+**
+****************************************************************************/
+
+#include <xcb/xcb.h>
+#include <X11/extensions/XInput2.h>
+#include <X11/extensions/XI2proto.h>
+
+int main()
+{
+ return 0;
+}
diff --git a/config.tests/touchemulation/touchemulation.pro b/config.tests/touchemulation/touchemulation.pro
new file mode 100644
index 00000000..6a88ef05
--- /dev/null
+++ b/config.tests/touchemulation/touchemulation.pro
@@ -0,0 +1,8 @@
+TARGET = touchemulation
+CONFIG -= qt
+CONFIG += console
+
+SOURCES += main.cpp
+
+PKGCONFIG += xcb x11 xi
+CONFIG += link_pkgconfig