src/src.pro@c2db4aa66b5d
src/src.pro
2013-07-07
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Sun, 07 Jul 2013 03:25:28 +0300 (2013-07-07)
- changeset 355
- c2db4aa66b5d
- parent 340
-
3a25593e180b
- child 425
-
6bdf2b3f4e00
- permissions
- -rw-r--r--
removed the history dialog, it doesn't fit in with the new history system
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
}