-Original Message-
From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Eddy Ilg
Sent: Dienstag, 19. August 2014 10:26
To: cmake
Subject: Re: [CMake] Qt UI Filename Bug
Hi Jakub,
yes, I can compile without problems, but the QtCreator bug in relation to CMake
is very annoying
Hi Jakub,
yes, I can compile without problems, but the QtCreator bug in relation
to CMake is very annoying when autocompleting code in GUIs.
Is your project QMake or also CMake?
To me this seems to be an isse of QtCreator related to CMake. As you
said the filenames get confused / are not co
-Original Message-
From: CMake [mailto:cmake-boun...@cmake.org] 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
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} )