forked from Daekkyn/brickr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrickr.pro
More file actions
32 lines (30 loc) · 950 Bytes
/
brickr.pro
File metadata and controls
32 lines (30 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
######################################################################
# Automatically generated by qmake (2.01a) ven. oct. 21 15:07:33 2016
######################################################################
TEMPLATE = app
TARGET = brickr
DEPENDPATH += . forms src
INCLUDEPATH += . src
QT += svg opengl
LIBS += -lGLU
QMAKE_CXXFLAGS += -std=c++11
# Input
HEADERS += src/AssemblyPlugin.h \
src/AssemblyWidget.h \
src/LegoBrick.h \
src/LegoCloud.h \
src/LegoCloudNode.h \
src/LegoDimensions.h \
src/LegoGraph.h \
src/model.h \
src/openglscene.h \
src/QDebugStream.h \
src/Vector3.h
FORMS += forms/AssemblyWidget.ui
SOURCES += src/AssemblyPlugin.cpp \
src/AssemblyWidget.cpp \
src/LegoCloud.cpp \
src/LegoCloudNode.cpp \
src/main.cpp \
src/model.cpp \
src/openglscene.cpp