src/src.pro@f5f3faac60cd
src/src.pro
Mon, 15 Jul 2013 13:50:12 +0300
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Mon, 15 Jul 2013 13:50:12 +0300
- changeset 379
- f5f3faac60cd
- parent 340
-
3a25593e180b
- child 425
-
6bdf2b3f4e00
- permissions
- -rw-r--r--
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
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
}