ldforge.pro

Tue, 07 May 2013 00:22:01 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 07 May 2013 00:22:01 +0300
changeset 169
f562323760a2
parent 168
96691a009dff
child 177
4cdd408f2863
permissions
-rw-r--r--

Added grouping basics - will be needed for ext programs (Intersector, Isecalc and a lot of others use 2 or more inputs, need to get all of those in somehow...) plus I think they can be useful for the actual authoring process

######################################################################
# 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
RESOURCES = ldforge.qrc

# Input
HEADERS += bbox.h \
	colors.h \
	common.h \
	config.h \
	extprogs.h \
	file.h \
	gldraw.h \
	gui.h \
	history.h \
	ldtypes.h \
	misc.h \
	radiobox.h \
	str.h \
	types.h \
	zz_aboutDialog.h \
	zz_addObjectDialog.h \
	zz_colorSelectDialog.h \
	zz_configDialog.h \
	zz_historyDialog.h \
	zz_newPartDialog.h \
	zz_setContentsDialog.h

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

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

mercurial