Compile cant find QMainWindow
-
Hello guys. I am trying to compile a programm with g++ and it cant find QMainWindow. Where can i find this file?
-
@thomasGl hi,
Your command is missing all the include paths and libraries options to properly build your application.
You should either use qmake or CMake (recommended) to manage that part.
-
P Pl45m4 referenced this topic on