mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 13:09:36 +02:00
12 lines
224 B
Prolog
12 lines
224 B
Prolog
CONFIG += qt debug
|
|
TEMPLATE = app
|
|
HEADERS =
|
|
SOURCES = main.cpp
|
|
QT += gui
|
|
RESOURCES =
|
|
|
|
docs.depends = $(HEADERS) $(SOURCES)
|
|
docs.commands = (cat Doxyfile; echo "INPUT = $?") | doxygen -
|
|
QMAKE_EXTRA_TARGETS += docs
|
|
|