src/src.pro

Sat, 13 Jul 2013 19:02:48 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sat, 13 Jul 2013 19:02:48 +0300
changeset 377
271d1da66b7e
parent 340
3a25593e180b
child 425
6bdf2b3f4e00
permissions
-rw-r--r--

Appended 'Object' to the names of all LDObject derivatives so even though the LD prefix isn't reserved for just LDObjects anymore, these classes remain distinct

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