This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/guh.pro
2014-05-03 04:16:20 +02:00

17 lines
425 B
INI

TEMPLATE=subdirs
SUBDIRS += libguh server plugins tests
server.depends = libguh plugins
plugins.depends = libguh
tests.depends = libguh
doc.depends = libguh server
doc.commands = cd $$top_srcdir/doc; qdoc config.qdocconf; cp images/mascot.png html/images/
licensecheck.commands = $$top_srcdir/tests/auto/checklicenseheaders.sh $$top_srcdir
test.depends = licensecheck check
QMAKE_EXTRA_TARGETS += licensecheck doc test