ldforge.pro

Mon, 25 Mar 2013 16:05:03 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Mon, 25 Mar 2013 16:05:03 +0200
changeset 69
6790dea720a8
parent 64
ada4679d5bce
child 76
42284126072a
permissions
-rw-r--r--

Simplified configuration code. Use a std::vector object to contain config pointers and have config objects register themselves upon creation instead of relying on a cfgdefs.h. Removed sections, all configurations are just simply written one after another now.

######################################################################
# 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 \
	colors.h \
	types.h \
	zz_setContentsDialog.h \
	zz_configDialog.h \
	zz_addObjectDialog.h \
	zz_colorSelectDialog.h \

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

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

mercurial