1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

filename and compile fix

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@430 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
sambas 2010-04-05 17:59:25 +00:00 committed by sambas
parent 725958e4ff
commit 583506cdba

View File

@ -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