diff options
| author | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 22:57:49 +0200 |
|---|---|---|
| committer | Lars Knoll <lars.knoll@nokia.com> | 2011-05-07 22:57:49 +0200 |
| commit | e510b6e4661f256a736b1eff42b4b7586acef788 (patch) | |
| tree | e727e3df4ac98feb4fe6ef550ae39492c2843b66 /examples/tutorials/gettingStarted/gsQt/part1 | |
| parent | 9474f82f8a4ca4abfc349c17debd84f26148fc20 (diff) | |
include fixes
Fixed the include statements
added QT+=widgets in examples/network to
get them to compile. Will need something better
than doing it manually.
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQt/part1')
| -rwxr-xr-x | examples/tutorials/gettingStarted/gsQt/part1/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/gettingStarted/gsQt/part1/main.cpp b/examples/tutorials/gettingStarted/gsQt/part1/main.cpp index eaf04256d9b..5f5ac7384bb 100755 --- a/examples/tutorials/gettingStarted/gsQt/part1/main.cpp +++ b/examples/tutorials/gettingStarted/gsQt/part1/main.cpp @@ -38,7 +38,7 @@ ** ****************************************************************************/ -#include <QtGui> +#include <QtWidgets> int main(int argv, char **args) |
