-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeeworld.pro
More file actions
64 lines (49 loc) · 1.14 KB
/
beeworld.pro
File metadata and controls
64 lines (49 loc) · 1.14 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#-------------------------------------------------
#
# Project created by QtCreator 2013-04-25T12:34:37
#
#-------------------------------------------------
CONFIG(compile_for_command_line) {
DEFINES += IS_COMMANDLINE
QT += core network
CONFIG += console
} else {
QT += core gui network
}
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = beeworld2
TEMPLATE = app
#INCLUDEPATH += /usr/include/unicap
#QMAKE_CXXFLAGS += -fopenmp
QMAKE_MAC_SDK = macosx10.9
SOURCES += main.cpp\
beeworldwindow.cpp \
beeworld.cpp \
spinemlnetworkserver.cpp \
sceneobject.cpp \
cylinder.cpp \
plane.cpp \
sphere.cpp \
scenetexture.cpp \
checked.cpp \
radial.cpp \
beeworldgiger.cpp \
rad_image.cpp
HEADERS += beeworldwindow.h \
beeworld.h \
spinemlnetworkserver.h \
sceneobject.h \
cylinder.h \
plane.h \
sphere.h \
scenetexture.h \
checked.h \
radial.h \
beeworldgiger.h \
gigerdata.h \
rad_image.h
FORMS += beeworldwindow.ui
#LIBS += -fopenmp
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
OTHER_FILES += \
android/AndroidManifest.xml