source: tspsg/help/help.pri @ 36757e275a

appveyorimgbotreadme
Last change on this file since 36757e275a was 36757e275a, checked in by Oleksii Serdiuk, 12 years ago

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

  • Property mode set to 100644
File size: 658 bytes
Line 
1######################################################################
2#
3#  TSPSG: TSP Solver and Generator
4#  Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
5#
6#  $Id: $Format:%h %ai %an$ $
7#  $URL: http://tspsg.info/ $
8#
9#  This file is part of TSPSG.
10#
11######################################################################
12
13OTHER_FILES += \
14    help/tspsg.qhcp \
15    help/*.txt \
16    help/html/*.* \
17    help/html/en/*.html \
18    help/html/en/images/*
19
20help.target = help
21help.commands = cd $$_PRO_FILE_PWD_/help && $$[QT_INSTALL_BINS]/qcollectiongenerator tspsg.qhcp -o tspsg.qhc
22help.depends = FORCE
23
24QMAKE_EXTRA_TARGETS += help
Note: See TracBrowser for help on using the repository browser.