A. Common Problems

Compilation errors

undefined reference to `main'

This is because the linker fails to find the function main. When using the Qt Designer, remember to add a C++ file containing this function, also make sure to include it in the actual project.

This is a part of digitalfanatics.org and is valid XHTML.