Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Pipeline
#8099
canceled with stage
in 10 minutes and 20 seconds
Changes
2
Pipelines
1
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)
...
@@ -16,9 +16,6 @@ macro (acg_qt5)
# Automatically link Qt executables to qtmain target on Windows
# Automatically link Qt executables to qtmain target on Windows
cmake_policy
(
SET CMP0020 NEW
)
cmake_policy
(
SET CMP0020 NEW
)
endif
(
POLICY CMP0020
)
endif
(
POLICY CMP0020
)
#if (NOT QT5_FOUND)
#set (QT_MIN_VERSION ${ARGN})
#try to find qt5 automatically
#try to find qt5 automatically
#for custom installation of qt5, dont use any of these variables
#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)
...
@@ -22,7 +22,7 @@ acg_drop_templates (sources)
if
(
WIN32
)
if
(
WIN32
)
acg_add_executable
(
QtViewer WIN32
${
sources
}
${
headers
}
)
acg_add_executable
(
QtViewer WIN32
${
sources
}
${
headers
}
)
# link to qtmain library to get WinMain function for a non terminal app
# 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
()
else
()
acg_add_executable
(
QtViewer
${
sources
}
${
headers
}
)
acg_add_executable
(
QtViewer
${
sources
}
${
headers
}
)
endif
()
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