qskinny/qskinny.pro
Uwe Rathmann 59b516a118 3rdparty moved to inputcontext/3rdparty.
The 3rdparty files are now compiled as part of the corresponding input
method, so that the project files can be written without using platform
specific linker flags.
2018-03-30 18:31:13 +02:00

28 lines
460 B
Prolog

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