Last change
on this file since 97 was
97,
checked in by laleppa, 15 years ago
|
+ Added precompiled header (PCH) file: should decrease project build time.
- Improved installation and deployment rules in .pro file.
- Improved translucency effect under Windows Vista/7.
- Slightly modified qtwin.h to be included into the source documentation.
- Regenerated source documentation.
|
-
Property svn:keywords set to
Id URL
|
File size:
1.1 KB
|
Rev | Line | |
---|
[97] | 1 | /*! |
---|
| 2 | * \file pch.h |
---|
| 3 | * \author Copyright (C) 2007-2010 Lёppa <contacts[at]oleksii[dot]name> |
---|
| 4 | * |
---|
| 5 | * $Id: pch.h 97 2010-03-02 23:55:23Z laleppa $ |
---|
| 6 | * $URL: https://tspsg.svn.sourceforge.net/svnroot/tspsg/trunk/src/pch.h $ |
---|
| 7 | * |
---|
| 8 | * \brief Precompiled Header (PCH) file |
---|
| 9 | * |
---|
| 10 | * <b>TSPSG: TSP Solver and Generator</b> |
---|
| 11 | * |
---|
| 12 | * This file is part of TSPSG. |
---|
| 13 | * |
---|
| 14 | * TSPSG is free software: you can redistribute it and/or modify |
---|
| 15 | * it under the terms of the GNU General Public License as published by |
---|
| 16 | * the Free Software Foundation, either version 3 of the License, or |
---|
| 17 | * (at your option) any later version. |
---|
| 18 | * |
---|
| 19 | * TSPSG is distributed in the hope that it will be useful, |
---|
| 20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 22 | * GNU General Public License for more details. |
---|
| 23 | * |
---|
| 24 | * You should have received a copy of the GNU General Public License |
---|
| 25 | * along with TSPSG. If not, see <http://www.gnu.org/licenses/>. |
---|
| 26 | */ |
---|
| 27 | |
---|
| 28 | #ifdef __cplusplus |
---|
| 29 | // Qt Libraries |
---|
| 30 | #include <QtCore> |
---|
| 31 | #include <QtGui> |
---|
| 32 | #include <QtSvg> |
---|
| 33 | |
---|
| 34 | // Rarely modified parts |
---|
| 35 | #include "version.h" |
---|
| 36 | #include "os.h" |
---|
| 37 | #ifdef Q_OS_WIN32 |
---|
| 38 | #include "qtwin.h" |
---|
| 39 | #endif // Q_OS_WIN32 |
---|
| 40 | #endif // __cplusplus |
---|
Note: See
TracBrowser
for help on using the repository browser.