Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
92b580a9
Commit
92b580a9
authored
Dec 14, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed naming typo
parent
b2da36fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
cmake/ACGQt.cmake
cmake/ACGQt.cmake
+0
-3
src/OpenMesh/Apps/QtViewer/CMakeLists.txt
src/OpenMesh/Apps/QtViewer/CMakeLists.txt
+1
-1
No files found.
cmake/ACGQt.cmake
View file @
92b580a9
...
...
@@ -16,9 +16,6 @@ macro (acg_qt5)
# Automatically link Qt executables to qtmain target on Windows
cmake_policy
(
SET CMP0020 NEW
)
endif
(
POLICY CMP0020
)
#if (NOT QT5_FOUND)
#set (QT_MIN_VERSION ${ARGN})
#try to find qt5 automatically
#for custom installation of qt5, dont use any of these variables
...
...
src/OpenMesh/Apps/QtViewer/CMakeLists.txt
View file @
92b580a9
...
...
@@ -22,7 +22,7 @@ acg_drop_templates (sources)
if
(
WIN32
)
acg_add_executable
(
QtViewer WIN32
${
sources
}
${
headers
}
)
# link to qtmain library to get WinMain function for a non terminal app
target_link_libraries
(
${
targetName
}
${
QT_QTMAIN_LIBRARY
}
)
target_link_libraries
(
QtViewer
${
QT_QTMAIN_LIBRARY
}
)
else
()
acg_add_executable
(
QtViewer
${
sources
}
${
headers
}
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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