File: declarative_ui.pro

package info (click to toggle)
qtlocation-opensource-src 5.11.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,404 kB
  • sloc: cpp: 84,339; xml: 2,739; java: 423; ansic: 246; makefile: 40
file content (21 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# QML tests in this directory depend on a Qt platform plugin that supports OpenGL.
# QML tests that do not require an OpenGL context should go in ../declarative_core.

TEMPLATE = app
TARGET = tst_declarative_ui
!no_ui_tests:CONFIG += qmltestcase
SOURCES += main.cpp

CONFIG -= app_bundle

QT += location quick

OTHER_FILES = *.qml
TESTDATA = $$OTHER_FILES


# Import path used by 'make check' since CI doesn't install test imports
IMPORTPATH = $$OUT_PWD/../../../qml

DISTFILES += \
    ItemGroup.qml