aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/layoutfilesystem/layoutfilesystem.pro
blob: 6be71fd58755f57c203b5159aca0d6edbccc8378 (plain)
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\\\"