2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = tst_inputmethodhints
|
|
|
|
|
2012-04-12 10:56:20 +00:00
|
|
|
QT += widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
HEADERS += inputmethodhints.h
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
inputmethodhints.cpp
|
|
|
|
FORMS += inputmethodhints.ui
|
|
|
|
RESOURCES +=
|