28675642f3
Add a toplevel manual.pro and other .pro-files to build them and fix the build. Change-Id: Ibc98a27b39dd1304edfa8a6894d62e77ce7ef387 Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
11 lines
195 B
Prolog
11 lines
195 B
Prolog
TEMPLATE = app
|
|
TARGET = tst_inputmethodhints
|
|
|
|
QT += widgets
|
|
|
|
HEADERS += inputmethodhints.h
|
|
SOURCES += main.cpp \
|
|
inputmethodhints.cpp
|
|
FORMS += inputmethodhints.ui
|
|
RESOURCES +=
|