Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
99b41e5d
Commit
99b41e5d
authored
12 years ago
by
Andreas Schenk
Browse files
Options
Downloads
Patches
Plain Diff
link gui to boost command options on windows. Duplicate symbol problem was
solved by switching boost autlink off
parent
7cf512cd
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
modules/gui/src/CMakeLists.txt
+2
-6
2 additions, 6 deletions
modules/gui/src/CMakeLists.txt
with
2 additions
and
6 deletions
modules/gui/src/CMakeLists.txt
+
2
−
6
View file @
99b41e5d
...
...
@@ -476,12 +476,8 @@ include_directories(${PYTHON_INCLUDE_PATH})
qt4_add_resources
(
OST_QT_RESOURCE dngr.qrc
)
qt4_wrap_cpp
(
OST_GOSTY_MOC
"gosty.hh"
OPTIONS -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED
)
# if someone has ANY idea why windows already has the boost program options
# symbols defined, please talk to Marco and Juergen. You will be rewarded with
# dogfood for a lifetime!
if
(
NOT WIN32
)
set
(
LINK LINK
${
BOOST_PROGRAM_OPTIONS_LIBRARIES
}
)
endif
()
set
(
LINK LINK
${
BOOST_PROGRAM_OPTIONS_LIBRARIES
}
)
executable_libexec
(
NAME gosty SOURCES gosty.cc
${
OST_GOSTY_MOC
}
${
OST_QT_RESOURCE
}
DEPENDS_ON ost_gui
${
LINK
}
)
...
...
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