ldforge.pro

Wed, 20 Mar 2013 03:22:21 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Wed, 20 Mar 2013 03:22:21 +0200
changeset 43
85b24285a8c7
parent 39
110669124caf
child 46
69962c85f717
permissions
-rw-r--r--

Removed vectors. I realized that subfiles can actually perform their job just as well and that keeping them around would just imply extra work - for nothing.

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

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

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

mercurial