Wed, 16 Oct 2013 15:32:38 +0300
Finally got the ringfinder working! Working on integrating it to ring drawing...
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 | } |