File: declarative_core.pro

package info (click to toggle)
qtlocation-opensource-src 5.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,620 kB
  • ctags: 7,864
  • sloc: cpp: 66,374; xml: 2,739; java: 417; ansic: 143; makefile: 41
file content (14 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# QML tests in this directory must not depend on an OpenGL context.
# QML tests that do require an OpenGL context must go in ../../declarative_ui.

TEMPLATE = app
TARGET = tst_declarative_core
CONFIG += qmltestcase
SOURCES += main.cpp

CONFIG -= app_bundle

QT += location quick

OTHER_FILES = *.qml *.js
TESTDATA = $$OTHER_FILES