File: layoutfilesystem.pro

package info (click to toggle)
qtvirtualkeyboard-opensource-src 5.15.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,220 kB
  • sloc: javascript: 42,422; cpp: 17,468; python: 281; ansic: 44; sh: 37; makefile: 24
file content (20 lines) | stat: -rw-r--r-- 332 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
CONFIG += testcase
TARGET = tst_layoutfilesystem

macos:CONFIG -= app_bundle

QT += testlib qml quick

static {
    QT += svg
    QTPLUGIN += qtvirtualkeyboardplugin
}

include(../shared/layouttest.pri)

SOURCES += $$PWD/tst_layoutfilesystem.cpp

OTHER_FILES += \
    data/layouts/en_GB/main.qml \

DEFINES += SRC_DIR=\\\"$$PWD\\\"