src/src.pro

Tue, 16 Jul 2013 20:01:36 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 16 Jul 2013 20:01:36 +0300
changeset 397
a1d3d558d3fa
parent 340
3a25593e180b
child 425
6bdf2b3f4e00
permissions
-rw-r--r--

Apply the proper edge color in the color sector too

TARGET          = ../ldforge
DEPENDPATH     += .
INCLUDEPATH    += .
RC_FILE         = ../ldforge.rc
RESOURCES       = ../ldforge.qrc
RCC_DIR         = ./build/
OBJECTS_DIR     = ./build/
MOC_DIR         = ./build/
RCC_DIR         = ./build/
SOURCES         = *.cpp
HEADERS         = *.h
FORMS           = ui/*.ui
QT             += opengl
QMAKE_CXXFLAGS += -std=c++0x

unix {
	LIBS += -lGLU
}

mercurial