-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPectorialMuscleSegmentation.pro
More file actions
42 lines (34 loc) · 1 KB
/
PectorialMuscleSegmentation.pro
File metadata and controls
42 lines (34 loc) · 1 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
#-------------------------------------------------
#
# Project created by QtCreator 2017-05-18T16:10:03
#
#-------------------------------------------------
QT += core gui
CONFIG += c++14
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = PectorialMuscleSegmentation
TEMPLATE = app
SOURCES += main.cpp\
PectoralMuscleSegmentationClass.cpp
INCLUDEPATH += C:\\opencvQT\\include
LIBS += -LC:\\opencvQT\\build-qt\\lib\
-lopencv_calib3d249d \
-lopencv_contrib249d \
-lopencv_core249d \
-lopencv_features2d249d \
-lopencv_flann249d \
-lopencv_gpu249d \
-lopencv_highgui249d \
-lopencv_imgproc249d \
-lopencv_legacy249d \
-lopencv_ml249d \
-lopencv_nonfree249d \
-lopencv_objdetect249d \
-lopencv_ocl249d \
-lopencv_photo249d \
-lopencv_stitching249d \
-lopencv_superres249d \
-lopencv_ts249d \
-lopencv_video249d \
-lopencv_videostab249d
HEADERS += PectoralMuscleSegmentationClass.h