ldforge.pro

Sat, 16 Mar 2013 14:21:31 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sat, 16 Mar 2013 14:21:31 +0200
changeset 19
6c5977e43e73
parent 14
6d9d8efae2f8
child 22
335e430a6b4f
permissions
-rw-r--r--

Added pointer serializing so I can keep track of all LDObject* members. This way I can replace them all properly when needed.

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

TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += bbox.h \
	common.h \
	draw.h \
	gui.h \
	io.h \
	ldtypes.h \
	misc.h \
	model.h \
	scanner.h \
	str.h \
	config.h \
	cfgdef.h \
	pointer.h \
	zz_setContentsDialog.h

SOURCES += bbox.cpp \
	draw.cpp \
	gui.cpp \
	io.cpp \
	ldtypes.cpp \
	main.cpp \
	misc.cpp \
	model.cpp \
	scanner.cpp \
	str.cpp \ 
	config.cpp \
	pointer.cpp \
	zz_setContentsDialog.cpp

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

mercurial