OpenClonk
C4ConsoleQt.h
Go to the documentation of this file.
1 /*
2  * OpenClonk, http://www.openclonk.org
3  *
4  * Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de/
5  * Copyright (c) 2013, The OpenClonk Team and contributors
6  *
7  * Distributed under the terms of the ISC license; see accompanying file
8  * "COPYING" for details.
9  *
10  * "Clonk" is a registered trademark of Matthes Bender, used with permission.
11  * See accompanying file "TRADEMARK" for details.
12  *
13  * To redistribute this file separately, substitute the full license texts
14  * for the above references.
15  */
16 
17 /* Console forward from C4ConsoleGUI to C4ConsoleGUI::State */
18 
19 #ifndef INC_C4ConsoleQt
20 #define INC_C4ConsoleQt
21 
22 #ifdef WITH_QT_EDITOR
23 
24 // disable OPENGL_ES
25 // (not necessery if Qt is compiled with -opengl desktop)
26 //#define QT_OPENGL_ES_2
27 //#define QT_NO_OPENGL_ES_2
28 //#define QT_OPENGL_ES
29 //#define QT_NO_OPENGL_ES
30 #include <QtWidgets>
31 #include <qabstractitemmodel.h>
32 #include <QAbstractTableModel>
33 
34 // TODO: If we remove the other editors, state and consolegui can be merged and the relevant header go into this file
35 // For now, just use this to include Qt
36 
37 #endif // WITH_QT_EDITOR
38 
39 
40 #endif //INC_C4ConsoleQt