I tried a VERY simple "hello, world" program today, to show up in a qt-derived window on the screen.
Doing it via command line was easy. One single .cpp program, with QApplication and QLabel used. (Source came from the Beaglebone Black book.) About 10 lines. From the command line, qmake - project, then make, and voila, an executable program.
So then I fired up qtcreator, opened that project: "training," and hit "build and run." It failed! There were several tweaks that had to be performed on the project in order for it to compile and run.
I though that very odd. Is this normal behavior, such difference between compiling from the command line versus in qtcreator?
Thanks,
Skypuppy
Bookmarks