Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Laszlo Agocs
qtrhi
Commits
382fcf12
Commit
382fcf12
authored
Jan 09, 2019
by
Laszlo Agocs
Browse files
Fix build with frameworks on mac
parent
fe83f8b2
Changes
2
Show whitespace changes
Inline
Side-by-side
src/rhi/rhi.pro
View file @
382fcf12
TARGET
=
QtRhi
load
(
qt_module
)
QT
+=
shadertools
gui
-
private
DEFINES
+=
QT_BUILD_RHI_LIB
...
...
@@ -55,3 +53,5 @@ mac {
}
include
(
$$
PWD
/../
3
rdparty
/
VulkanMemoryAllocator
.
pri
)
load
(
qt_module
)
src/shadertools/shadertools.pro
View file @
382fcf12
TARGET
=
QtShaderTools
load
(
qt_module
)
DEFINES
+=
QT_BUILD_SHADERTOOLS_LIB
HEADERS
+=
\
...
...
@@ -35,3 +33,5 @@ for(libname, STATICLIBS) {
LIBS_PRIVATE
+=
$$
staticlib
PRE_TARGETDEPS
+=
$$
staticlib
}
load
(
qt_module
)
Write
Preview
Supports
Markdown
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