comparison qtargs.pro @ 0:04ad7227e290

Rebuilding structure for development.
author John Schneiderman <JohnMS@CodeGNU.com>
date Sat, 14 Jun 2014 13:17:37 +0000
parents
children fad9b512bb46
comparison
equal deleted inserted replaced
-1:000000000000 0:04ad7227e290
1 #*******************************************************************************
2 #** This file is part of QtArgs. ***
3 #** ***
4 #** Copyright (C) 2011, 2012, 2014 ***
5 #** CodeGNU Solutions <Licensing _AT_ CodeGNU _DOT_ com> ***
6 #** ***
7 #** This program is free software: you can redistribute it and/or modify ***
8 #** it under the terms of the GNU Lesser General Public License as ***
9 #** published by the Free Software Foundation, either version 3 of the ***
10 #** License, or (at your option) any later version. ***
11 #** ***
12 #** This program is distributed in the hope that it will be useful, but ***
13 #** WITHOUT ANY WARRANTY; without even the implied warranty of ***
14 #** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ***
15 #** See the GNU Lesser General Public License for more details. ***
16 #** ***
17 #** You should have received a copy of the GNU Lesser General Public ***
18 #** License along with this program. If not, see ***
19 #** <http://www.gnu.org/licenses/>. ***
20 #*******************************************************************************
21 TEMPLATE = subdirs
22 SUBDIRS = src/qargs.pro \
23 src/UNIT_TESTS/qargsut.pro
24
25 isEmpty(PREFIX) {
26 win32 {
27 PREFIX = $$quote(C:\\QtSDK\\QtArgs\\)
28 } else {
29 PREFIX = /usr
30 }
31 }
32 isEmpty(DOC_PATH) {
33 win32 {
34 DOC_PATH = $${PREFIX}/doc
35 } else {
36 DOC_PATH = $${PREFIX}/share/doc/QtArgs
37 }
38 }
39 docs.files += \
40 INSTALL \
41 README \
42 COPYING \
43 doc/ChangeLog \
44 doc/CREDITS \
45 doc/TODO
46 docs.path = $${DOC_PATH}
47 INSTALLS += docs
48 DISTFILES += docs