ldforge.pro

Thu, 25 Apr 2013 01:54:25 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Thu, 25 Apr 2013 01:54:25 +0300
changeset 136
13db97be14cb
parent 123
a54d9d5c0c1f
child 157
635da3135bd4
permissions
-rw-r--r--

Converted combo boxes in add object and new part dialogs to radio buttons. Added a convenience widget which makes it easier for me to add groups of radio buttons. My first widget.. :')

######################################################################
# 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 \
	buttonbox.h \
	colors.h \
	common.h \
	config.h \
	file.h \
	gldraw.h \
	gui.h \
	history.h \
	ldtypes.h \
	misc.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 += bbox.cpp \
	config.cpp \
	colors.cpp \
	gldraw.cpp \
	gui.cpp \
	gui_actions.cpp \
	gui_editactions.cpp \
	history.cpp \
	file.cpp \
	ldtypes.cpp \
	main.cpp \
	misc.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