Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Quick3d Dynamic Texture Input
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
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
Yuya Nishihara
Quick3d Dynamic Texture Input
Commits
f3828a5b
Commit
f3828a5b
authored
3 years ago
by
Yuya Nishihara
Browse files
Options
Downloads
Patches
Plain Diff
fork from quick3d-texture-input
parent
a615933b
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
CMakeLists.txt
+6
-6
6 additions, 6 deletions
CMakeLists.txt
with
6 additions
and
6 deletions
CMakeLists.txt
+
6
−
6
View file @
f3828a5b
cmake_minimum_required
(
VERSION 3.14
)
project
(
quick3d-texture-input LANGUAGES CXX
)
project
(
quick3d-
dynamic-
texture-input LANGUAGES CXX
)
set
(
CMAKE_INCLUDE_CURRENT_DIR ON
)
...
...
@@ -33,22 +33,22 @@ set(PROJECT_SOURCES
)
if
(
${
QT_VERSION_MAJOR
}
GREATER_EQUAL 6
)
qt_add_executable
(
quick3d-texture-input
qt_add_executable
(
quick3d-
dynamic-
texture-input
${
PROJECT_SOURCES
}
)
else
()
if
(
ANDROID
)
add_library
(
quick3d-texture-input SHARED
add_library
(
quick3d-
dynamic-
texture-input SHARED
${
PROJECT_SOURCES
}
)
else
()
add_executable
(
quick3d-texture-input
add_executable
(
quick3d-
dynamic-
texture-input
${
PROJECT_SOURCES
}
)
endif
()
endif
()
target_compile_definitions
(
quick3d-texture-input
target_compile_definitions
(
quick3d-
dynamic-
texture-input
PRIVATE $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:QT_QML_DEBUG>
)
target_link_libraries
(
quick3d-texture-input
target_link_libraries
(
quick3d-
dynamic-
texture-input
PRIVATE Qt
${
QT_VERSION_MAJOR
}
::Core Qt
${
QT_VERSION_MAJOR
}
::Quick Qt
${
QT_VERSION_MAJOR
}
::Quick3D
)
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