-----Original Message-----
From: CMake [mailto:[email protected]] On Behalf Of Eddy Ilg
Sent: Dienstag, 19. August 2014 09:01
To: cmake
Subject: [CMake] Qt UI Filename Bug

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





Hi.

I'd say if you can build your project without problems, this is a QtCreator 
issue. In my project it sometimes confuses same-named source/headers from 
different dorectories also, so it may be it.

Otherwise this is CMake problem.

--
Gruesse,
Jakub



-- 

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

Reply via email to