Dear CMake Developers,
I have the following problem in QtCreator with CMake, which seems like a
bug:
My project has several MainWindow classes and files (.h,.cpp,.ui). In
each application I use
qt5_wrap_ui( app_UI_SOURCES ${app_UI} )
add_executable( app ${app_SOURCES} ${app_UI_SOURCES} )
QtCreator autocompletion always uses the MainWindow class -> there is no
distinction between the separate applications and separate MainWindow
files from different directories. Renaming MainWindow to something else
solves the problem.
Where is the best place to post this bug?
Best regards,
Eddy Ilg
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For more
information on each offering, please visit:
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake