mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 05:07:27 +02:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
OTHER_FILES += $$PWD/certificate.qdocconf
|
|
|
|
docs_target.target = docs
|
|
docs_target.commands = qdoc3 $$PWD/certificate.qdocconf
|
|
|
|
QMAKE_EXTRA_TARGETS = docs_target
|
|
|
|
QMAKE_CLEAN += "-r $$PWD/html"
|