Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
JuPedSim
JPSeditor
Commits
e4b68b9d
Commit
e4b68b9d
authored
May 23, 2019
by
Tao Zhong
Browse files
Add icon resource for windows
parent
bc12eec9
Pipeline
#20876
passed with stages
in 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e4b68b9d
...
...
@@ -275,6 +275,8 @@ if(APPLE)
ADD_DEFINITIONS
(
-DQT_NO_CAST_TO_ASCII
)
# include the icns file in the target
SET
(
SRCS
${
SRCS
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/Resources/jpseditor.icns
)
elseif
(
WIN32
)
SET
(
SRCS
${
SRCS
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/Resources/jpseditor.rc
)
endif
()
# this command will generate rules that will run rcc on all files from RCS
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment