summaryrefslogtreecommitdiff
path: root/mana.config
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-21 12:26:26 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-21 12:28:43 +0100
commit6db797c0cd00929df5e377ca15d6d17f92cd7042 (patch)
tree60e35bed2e5469e55c4189c844b3dc9f95f5abf1 /mana.config
parentf263ad5867ce03f585fc9d7145d6c5f3ebbcdb59 (diff)
downloadmana-client-6db797c0cd00929df5e377ca15d6d17f92cd7042.tar.gz
mana-client-6db797c0cd00929df5e377ca15d6d17f92cd7042.tar.bz2
mana-client-6db797c0cd00929df5e377ca15d6d17f92cd7042.tar.xz
mana-client-6db797c0cd00929df5e377ca15d6d17f92cd7042.zip
Updated Qt Creator project files
The #include "../config.h" no longer works since we're not using configure anymore. Just define USE_OPENGL so that this part of the code is parsed at least.
Diffstat (limited to 'mana.config')
-rw-r--r--mana.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/mana.config b/mana.config
index f97325b7..63f90c97 100644
--- a/mana.config
+++ b/mana.config
@@ -1 +1 @@
-#include "../config.h"
+#define USE_OPENGL