qskinny/qskinny.pro
Peter Hartmann 7b8f0625c1 Add Pinyin / Hunspell and some more refactoring (#58)
* more keyboard refactoring

* keyboard: Add Pinyin and Hunspell, and change suggestions API

* Add object files to gitignore
2018-03-30 10:15:05 +02:00

29 lines
484 B
Prolog

include( qskconfig.pri )
TEMPLATE = subdirs
SUBDIRS = \
src \
skins \
inputcontext \
tools \
support \
examples \
playground \
3rdparty
OTHER_FILES = \
doc/Doxyfile \
doc/*.dox \
doc/*.metadox \
doc/classes/*.dox \
doc/classes/*.metadox \
TODO
inputcontext.depends = src 3rdparty
skins.depends = src
tools.depends = src
support.depends = skins
examples.depends = tools support skins
playground.depends = tools support skins