Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PeTrack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pedestrian Dynamics Empiricism
PeTrack
Commits
78a53ad8
Commit
78a53ad8
authored
5 years ago
by
Ann Katrin
Browse files
Options
Downloads
Patches
Plain Diff
Added Ann Katrin to .pro file
parent
9eb4273e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
petrack.pro
+45
-0
45 additions, 0 deletions
petrack.pro
with
45 additions
and
0 deletions
petrack.pro
+
45
−
0
View file @
78a53ad8
...
...
@@ -347,6 +347,51 @@ contains(hostname, [zZ][aA][mM]852) {
#
QWT
=
false
#
true
/
false
#
LIBELAS
=
false
#
fuer
64
bit
-
lopencv_ffmpeg_64
LIBS
+=
-
lopencv_core
$$
{
CVVERSION
}
\
-
lopencv_highgui
$$
{
CVVERSION
}
\
-
lopencv_imgproc
$$
{
CVVERSION
}
\
-
lopencv_calib3d
$$
{
CVVERSION
}
\
-
lopencv_video
$$
{
CVVERSION
}
\
-
lopencv_ffmpeg
$$
{
CVVERSION
}
\
-
lopencv_aruco
$$
{
CVVERSION
}
contains
(
CV_MAJOR_VERSION
,
3
){
message
(
"Build with OpenCV 3.0.0"
)
LIBS
+=
-
lopencv_videoio
$$
{
CVVERSION
}
\
-
lopencv_imgcodecs
$$
{
CVVERSION
}
QMAKE_CXXFLAGS
+=
-
march
=
i686
}
else
{
message
(
"Build with OpenCV 2.x.x"
)
LIBS
+=
-
lopencv_legacy
$$
{
CVVERSION
}
}
}
else
:
contains
(
hostname
,
ias7171
)
{
#
Deniz
32
-
Bit
#
PointGray
PGRPATH
=
"../petrack/3rdparty/windows/triclops-3.4"
#
PGRPATH
=
"C:/Program Files (x86)/Point Grey Research/Triclops Stereo Vision SDK"
#
OpenCV
#
CVPATH
=
"C:/OpenCV/opencv300/build/install"
#
CVPATH
=
"3rdparty/windows/opencv-3.1.0"
CVPATH
=
"../petrack/3rdparty/windows/opencv-3.1.0"
CVVERSION
=
"310"
CV_MAJOR_VERSION
=
"3"
#
to
switch
between
version
2.4
.
10
and
3.0
.
0
you
have
to
update
your
OPENCV_DIR
environment
variable
to
the
specific
path
INCLUDEPATH
+=
$$
{
CVPATH
}
/
include
INCLUDEPATH
+=
$$
{
CVPATH
}
/
include
/
opencv
INCLUDEPATH
+=
$$
{
CVPATH
}
/
include
/
opencv2
QWTPATH
=
"../petrack/3rdparty/windows/Qwt-6.1.4"
#
QWTPATH
=
"D:/petrack/trunk/3rdparty/windows/qwt-6.1.2"
INCLUDEPATH
+=
$$
{
QWTPATH
}
/
include
STEREO
=
true
#
true
/
false
AVI
=
false
#
true
/
false
#
QWT
=
false
#
true
/
false
#
LIBELAS
=
false
#
fuer
64
bit
-
lopencv_ffmpeg_64
LIBS
+=
-
lopencv_core
$$
{
CVVERSION
}
\
-
lopencv_highgui
$$
{
CVVERSION
}
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment