/*! * \file pch.h * \author Copyright (C) 2007-2010 Lёppa * * $Id$ * $URL$ * * \brief Precompiled Header (PCH) file * * TSPSG: TSP Solver and Generator * * This file is part of TSPSG. * * TSPSG is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * TSPSG is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with TSPSG. If not, see . */ #ifdef __cplusplus // Qt Libraries #include #include #include // Rarely modified parts #include "version.h" #include "os.h" #ifdef Q_OS_WIN32 #include "qtwin.h" #endif // Q_OS_WIN32 #endif // __cplusplus