From adfcce874298651e0dcd375b346be0c3e8b5f715 Mon Sep 17 00:00:00 2001 From: Petr Kubiznak Date: Mon, 4 Apr 2011 09:58:15 +0200 Subject: [PATCH] project config: Debug support added. --- mines3d.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mines3d.pro b/mines3d.pro index d0b42cd..ac79fe5 100644 --- a/mines3d.pro +++ b/mines3d.pro @@ -6,7 +6,7 @@ TEMPLATE = app TARGET = LIBS += `mysql_config --libs` -lglut -lGLU -CONFIG += opengl +CONFIG += opengl debug DEPENDPATH += . core exceptions ui/console ui/qt threads sqlconn opengl INCLUDEPATH += . ui/console ui/qt exceptions core threads sqlconn opengl -- 2.11.4.GIT