Last change
on this file since 978fdf3c4b was
b4b4f8d479,
checked in by Oleksii Serdiuk, 10 years ago
|
Updated copyright endyear from 2013 to 2014
|
-
Property mode set to
100644
|
File size:
658 bytes
|
Rev | Line | |
---|
[697a9dc08f] | 1 | ###################################################################### |
---|
| 2 | # |
---|
| 3 | # TSPSG: TSP Solver and Generator |
---|
[b4b4f8d479] | 4 | # Copyright (C) 2007-2014 Oleksii Serdiuk <contacts[at]oleksii[dot]name> |
---|
[697a9dc08f] | 5 | # |
---|
| 6 | # $Id: $Format:%h %ai %an$ $ |
---|
| 7 | # $URL: http://tspsg.info/ $ |
---|
| 8 | # |
---|
| 9 | # This file is part of TSPSG. |
---|
| 10 | # |
---|
| 11 | ###################################################################### |
---|
| 12 | |
---|
| 13 | OTHER_FILES += \ |
---|
| 14 | help/tspsg.qhcp \ |
---|
| 15 | help/*.txt \ |
---|
| 16 | help/html/*.* \ |
---|
| 17 | help/html/en/*.html \ |
---|
| 18 | help/html/en/images/* |
---|
| 19 | |
---|
| 20 | help.target = help |
---|
[36757e275a] | 21 | help.commands = cd $$_PRO_FILE_PWD_/help && $$[QT_INSTALL_BINS]/qcollectiongenerator tspsg.qhcp -o tspsg.qhc |
---|
[697a9dc08f] | 22 | help.depends = FORCE |
---|
| 23 | |
---|
| 24 | QMAKE_EXTRA_TARGETS += help |
---|
Note: See
TracBrowser
for help on using the repository browser.