You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
332 B
13 lines
332 B
10 years ago
|
OTHER_FILES += $$PWD/qextserialport.qdocconf
|
||
|
|
||
|
#name of qdoc3 has been changed to qdoc under Qt5
|
||
|
QESP_QDOC = qdoc
|
||
|
lessThan(QT_MAJOR_VERSION, 5):QESP_QDOC = qdoc3
|
||
|
|
||
|
docs_target.target = docs
|
||
|
docs_target.commands = $$QESP_QDOC $$PWD/qextserialport.qdocconf
|
||
|
|
||
|
QMAKE_EXTRA_TARGETS = docs_target
|
||
|
QMAKE_CLEAN += "-r $$PWD/html"
|
||
|
|