aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickshortcut/qquickshortcut.pro
blob: 018bb91594104b1b118d1426000874f09ac9005b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qquickshortcut

SOURCES += tst_qquickshortcut.cpp

include (../../shared/util.pri)

TESTDATA = data/*

QT += core gui qml quick testlib
qtHaveModule(widgets) {
    QT += quickwidgets
}