ldforge.pro

Tue, 09 Apr 2013 17:41:19 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 09 Apr 2013 17:41:19 +0300
changeset 79
f8917e9d07f6
parent 76
42284126072a
child 85
b1541b547c8c
permissions
-rw-r--r--

Extracted actions from ForgeWindow into their own files. The ACTION macro now manages meta, instances and callback definitions all in one. Too bad I still need to extern these actions in gui.cpp... maybe someday I'll find a way around it :)

######################################################################
# 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_addObjectDialog.h \
	zz_colorSelectDialog.h \
	zz_configDialog.h \
	zz_newPartDialog.h \
	zz_setContentsDialog.h

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

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

mercurial