ldforge.pro

Thu, 21 Mar 2013 13:00:44 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Thu, 21 Mar 2013 13:00:44 +0200
changeset 59
21eae5342dc6
parent 48
113eb6446c61
child 64
ada4679d5bce
permissions
-rw-r--r--

LDraw still uses inverted y-scale... I always used symmetrical objects for testing so I never noticed I had this wrong.

######################################################################
# Automatically generated by qmake (2.01a) Sat Sep 22 17:29:49 2012
######################################################################

TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = build/
RC_FILE = ldforge.rc

# Input
HEADERS += bbox.h \
	common.h \
	gldraw.h \
	gui.h \
	file.h \
	ldtypes.h \
	misc.h \
	str.h \
	config.h \
	cfgdef.h \
	colors.h \
	zz_setContentsDialog.h \
	zz_configDialog.h \
	zz_addObjectDialog.h \
	zz_colorSelectDialog.h \

SOURCES += bbox.cpp \
	gldraw.cpp \
	gui.cpp \
	file.cpp \
	ldtypes.cpp \
	main.cpp \
	misc.cpp \
	str.cpp \ 
	config.cpp \
	colors.cpp \
	zz_setContentsDialog.cpp \
	zz_configDialog.cpp \
	zz_addObjectDialog.cpp \
	zz_colorSelectDialog.cpp

QMAKE_CXXFLAGS += -std=c++0x
QT += opengl
LIBS += -lGLU

mercurial