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
solverstack
vite
Commits
576a0acc
Commit
576a0acc
authored
Jul 25, 2017
by
Mathieu Faverge
Browse files
Comment add_definitions
parent
0c74312b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
576a0acc
...
...
@@ -382,7 +382,7 @@ IF(USE_QT5)
QT5_WRAP_UI
(
VITE_UIS_H
${
VITE_UIS
}
)
QT5_WRAP_CPP
(
VITE_MOC
${
VITE_UIS_H
}
${
VITE_MOC_HDRS
}
)
QT5_ADD_RESOURCES
(
VITE_RCC_SRCS
${
VITE_RCCS
}
)
ADD_DEFINITIONS
(
-DQT_NO_DEBUG
)
#
ADD_DEFINITIONS(-DQT_NO_DEBUG)
#############################################
# QT4
#############################################
...
...
@@ -401,7 +401,7 @@ ELSE(USE_QT5)
QT4_WRAP_CPP
(
VITE_MOC
${
VITE_UIS_H
}
${
VITE_MOC_HDRS
}
)
QT4_ADD_RESOURCES
(
VITE_RCC_SRCS
${
VITE_RCCS
}
)
ADD_DEFINITIONS
(
-DQT_NO_DEBUG
)
#
ADD_DEFINITIONS(-DQT_NO_DEBUG)
ENDIF
(
USE_QT5
)
#############################################
...
...
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