lesterlo / PointCloud-Object-Labeller

Label objects in a PointCloud
https://wp.me/p7E4PF-8c
MIT License
8 stars 2 forks source link

../build/ui_pcl_labeller.h not created #1

Closed lalondma closed 6 years ago

lalondma commented 6 years ago

Hi, Looks like../build/ui_pcl_labeller.h is missing at build time. I tried to generate it with uic, i.e. "uic pcl_labeller.ui -o build/ui_pcl_labeller.h" from but I get an empty header file. Can you provide the command line to create the missing file or maybe patch CMakeLists.txt so that make takes care of it? Thx

lalondma commented 6 years ago

Hi again, Oops, uic from Qt3 was used, that's why my header file was empty... Now everything is working.