Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
9111a5cd
Commit
9111a5cd
authored
Jul 19, 2010
by
Hugo Beauzée-Luyssen
Browse files
typo: Resource takes only one 'S'
parent
871d597c
Changes
3
Hide whitespace changes
Inline
Side-by-side
res
s
ources.qrc
→
resources.qrc
View file @
9111a5cd
File moved
src/CMakeLists.txt
View file @
9111a5cd
...
...
@@ -82,8 +82,8 @@ SET (VLMC_HDRS
)
SET
(
VLMC_RCC
../res
s
ources.qrc
../ts/res
s
ources-ts.qrc
../resources.qrc
../ts/resources-ts.qrc
)
IF
(
WIN32
)
...
...
ts/CMakeLists.txt
View file @
9111a5cd
## RCC file
SET
(
TS_QRC
${
CMAKE_SOURCE_DIR
}
/ts/res
s
ources-ts.qrc
)
SET
(
TS_QRC
${
CMAKE_SOURCE_DIR
}
/ts/resources-ts.qrc
)
IF
(
NOT QT_LUPDATE_EXECUTABLE
)
MESSAGE
(
WARNING
"VLMC could not find lupdate. You won't be able to update translations."
)
...
...
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