-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCVInterface.pro
63 lines (52 loc) · 1.2 KB
/
CVInterface.pro
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
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-02T18:54:33
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = CVInterface
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
imagewidget.cpp \
itemmaker.cpp \
targetlistwindow.cpp \
targetlist.cpp \
targetlistitem.cpp \
targetmaker.cpp \
targetwindow.cpp \
lifesupport.cpp \
imagesetprocessor.cpp
HEADERS += mainwindow.h \
imagewidget.h \
itemmaker.h \
targetlistwindow.h \
targetlist.h \
targetlistitem.h \
targetmaker.h \
targetwindow.h \
lifesupport.h \
imagesetprocessor.h
FORMS += mainwindow.ui \
imagewidget.ui \
itemmaker.ui \
targetlistwindow.ui \
targetmaker.ui \
targetwindow.ui \
imagesetprocessor.ui
DISTFILES += \
clasic.png \
delete85.png \
down.png \
round75.png \
up.png
RESOURCES += \
resouces.qrc
win32 { # For Windows
QMAKE_CXXFLAGS += -openmp
QMAKE_CXXFLAGS += -arch:AVX
QMAKE_CXXFLAGS += -D "_CRT_SECURE_NO_WARNINGS"
QMAKE_CXXFLAGS_RELEASE *= -O2
}
win32:RC_ICONS += Icon.ico