CMake 3.4.2 says "QT_UIC_EXECUTABLE" variable is missing.
Posted: Fri Apr 15, 2016 11:00 am
Hi,
I'm trying to compile CloudCompare with the PCL plugin enabled but when I'm running the configure command in cmake 3.4.3 I get an error message saying the QT_UIC_EXECUTABLE is missing. With the debugging turned on in cmake I could figure out that the source of the problem was in "plugins\qPCL\PclUtils\CMakeLists.txt" on line 30.
I'm not a cmake pro, I don't know too much about it, but why is this cmakelist file is trying to specify the mocs for the .ui files explicitly? In qAnimation plugin there's no such line and it works fine.
Do I break it if I comment out that line and I take out the generated_ui_list variable from the add_library function call?
I have QT5 btw.
I'm trying to compile CloudCompare with the PCL plugin enabled but when I'm running the configure command in cmake 3.4.3 I get an error message saying the QT_UIC_EXECUTABLE is missing. With the debugging turned on in cmake I could figure out that the source of the problem was in "plugins\qPCL\PclUtils\CMakeLists.txt" on line 30.
I'm not a cmake pro, I don't know too much about it, but why is this cmakelist file is trying to specify the mocs for the .ui files explicitly? In qAnimation plugin there's no such line and it works fine.
Do I break it if I comment out that line and I take out the generated_ui_list variable from the add_library function call?
I have QT5 btw.