You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
how to use g++ to complile main.cpp?
executing the following command gives an error:
$ g++ barrier/src/gui/src/main.cpp
In file included from barrier/src/gui/src/main.cpp:22:
barrier/src/gui/src/QBarrierApplication.h:23:10: fatal error: 'QApplication' file not found
#include
^~~~~~~~~~~~~~
1 error generated.
Beta Was this translation helpful? Give feedback.
All reactions