Seamly2D
Code documentation
stable.h
Go to the documentation of this file.
1 /************************************************************************
2  **
3  ** @file stable.h
4  ** @author Roman Telezhynskyi <dismine(at)gmail.com>
5  ** @date 20 9, 2014
6  **
7  ** @brief
8  ** @copyright
9  ** All rights reserved. This program and the accompanying materials
10  ** are made available under the terms of the GNU Lesser General Public License
11  ** (LGPL) version 2.1 which accompanies this distribution, and is available at
12  ** http://www.gnu.org/licenses/lgpl-2.1.html
13  **
14  ** This library is distributed in the hope that it will be useful,
15  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
16  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  ** Lesser General Public License for more details.
18  **
19  *************************************************************************/
20 
21 #ifndef STABLE_H
22 #define STABLE_H
23 
24 /* Add C includes here */
25 
26 #if defined __cplusplus
27 /* Add C++ includes here */
28 
29 /*In all cases we need include core header for getting defined values*/
30 #ifdef QT_CORE_LIB
31 # include <QtCore>
32 #endif
33 
34 #endif /*__cplusplus*/
35 
36 #endif // STABLE_H