Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
07b0f546
Commit
07b0f546
authored
Dec 27, 2013
by
Stephen Kelly
Browse files
Qt Tests: Remove commented and unneeded line.
parent
79db8ef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/QtAutogen/CMakeLists.txt
View file @
07b0f546
...
...
@@ -47,7 +47,6 @@ add_custom_target(generate_moc_input
COMMAND
${
CMAKE_COMMAND
}
-E copy
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/myinterface.h.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
COMMAND
${
CMAKE_COMMAND
}
-E rename
"
${
CMAKE_CURRENT_BINARY_DIR
}
/myinterface.h.in"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/myinterface.h"
)
# set_source_files_properties("${CMAKE_CURRENT_BINARY_DIR}/myinterface.h" PROPERTIES GENERATED TRUE)
add_executable
(
QtAutogen main.cpp calwidget.cpp foo.cpp blub.cpp bar.cpp abc.cpp
xyz.cpp yaf.cpp gadget.cpp $<TARGET_OBJECTS:privateSlot>
...
...
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