Tue, 22 Oct 2013 21:39:20 +0300
- Added new actions "Hide" and "Reveal" which allow direct setting of objects' visibility setting instead of toggling it.
485 | 1 | TARGET = ../ldforge |
2 | DEPENDPATH += . | |
3 | INCLUDEPATH += . | |
4 | RC_FILE = ../ldforge.rc | |
5 | RESOURCES = ../ldforge.qrc | |
6 | RCC_DIR = ./build/ | |
7 | OBJECTS_DIR = ./build/ | |
8 | MOC_DIR = ./build/ | |
9 | RCC_DIR = ./build/ | |
10 | SOURCES = *.cpp | |
11 | HEADERS = *.h | |
12 | FORMS = ui/*.ui | |
13 | QT += opengl network | |
14 | QMAKE_CXXFLAGS += -std=c++0x | |
15 | ||
16 | unix { | |
17 | LIBS += -lGLU | |
18 | } |