Changeset 36757e275a in tspsg


Ignore:
Timestamp:
Aug 14, 2012, 10:59:05 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
f8e5161968
Parents:
5e261271b1
Message:

Made 'doc' and 'help' make targets also work with shadow builds.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r5e261271b1 r36757e275a  
    1414/tmp
    1515
    16 # /docs/
    17 /docs/html
     16# /doc/
     17/doc/html
    1818
    1919# /help/
  • doc/doc.pri

    r5e261271b1 r36757e275a  
    1717#dox.depends = $(SOURCES) doc/dox/*.dox
    1818dox.target = doc
    19 dox.commands = doxygen Doxyfile
     19dox.commands = cd $$_PRO_FILE_PWD_ && doxygen Doxyfile
    2020dox.depends = FORCE
    2121
  • help/help.pri

    r5e261271b1 r36757e275a  
    1919
    2020help.target = help
    21 help.commands = cd help && $$[QT_INSTALL_BINS]/qcollectiongenerator tspsg.qhcp -o tspsg.qhc
     21help.commands = cd $$_PRO_FILE_PWD_/help && $$[QT_INSTALL_BINS]/qcollectiongenerator tspsg.qhcp -o tspsg.qhc
    2222help.depends = FORCE
    2323
Note: See TracChangeset for help on using the changeset viewer.