From 583506cdbad8e5d72084a393b0684e3e94258028 Mon Sep 17 00:00:00 2001 From: sambas Date: Mon, 5 Apr 2010 17:59:25 +0000 Subject: [PATCH] filename and compile fix git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@430 ebee16cc-31ac-478f-84a7-5cbb03baadba --- ground/src/libs/glc_lib/glc_lib.pro | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/ground/src/libs/glc_lib/glc_lib.pro b/ground/src/libs/glc_lib/glc_lib.pro index af3476d93..4490c3d19 100755 --- a/ground/src/libs/glc_lib/glc_lib.pro +++ b/ground/src/libs/glc_lib/glc_lib.pro @@ -8,11 +8,12 @@ TEMPLATE = lib QT += opengl \ core -CONFIG+= x86 -CONFIG += exceptions \ - release \ - warn_on -VERSION = 1.2.0 +#CONFIG+= x86 +#CONFIG += exceptions \ +# release \ +# debug \ +# warn_on +#VERSION = 1.2.0 unix:OBJECTS_DIR = . unix:MOC_DIR = . @@ -366,10 +367,10 @@ include_glc_viewport.files = $${HEADERS_GLC_VIEWPORT} target.path = $${LIB_DIR} # "make install" configuration options -INSTALLS += include_lib3ds include_glext include_quazip include_glc_maths include_glc_io -INSTALLS += include_glc_scengraph include_glc_geometry include_glc_shading include_glc_viewport -INSTALLS += include_pqp +#INSTALLS += include_lib3ds include_glext include_quazip include_glc_maths include_glc_io +#INSTALLS += include_glc_scengraph include_glc_geometry include_glc_shading include_glc_viewport +#INSTALLS += include_pqp -INSTALLS += target -INSTALLS +=include +#INSTALLS += target +#INSTALLS +=include