summaryrefslogtreecommitdiffstats
path: root/tests/manual/inputmethodhints/inputmethodhints.pro
blob: 2f6608b602ef42ccd356e1018c76210bf151adaf (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = tst_inputmethodhints

QT        += widgets

HEADERS   += inputmethodhints.h
SOURCES   += main.cpp \
    inputmethodhints.cpp
FORMS     += inputmethodhints.ui
RESOURCES +=
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0