3

I try to compile QGroundControl source code. QT is installed. and edit the path on Win8

http://www.qgroundcontrol.org/dev/build_source#build_from_source

cd C:\mav\qgroundcontrol 
qmake -tp vc qgroundcontrol.pro

When I try to build project, it gives error.

Project MESSAGE : Qt version 5.2.1
Project ERROR : Unsupported build type

How can I fix this?

lpapp
  • 47,035
  • 38
  • 95
  • 127
aysbtl_
  • 339
  • 1
  • 3
  • 18
  • @LaszloPapp is the local qt guru here, maybe he see this and helps. – peterh May 05 '14 at 12:18
  • 1
    Well I couldn't find any note on the QGroundControl Website whether they are supporting Qt5+. They are using [Qt 4.7/4.8](http://www.qgroundcontrol.org/dev/build_source#build_from_source), so maybe you can't do anything but using an older Qt version. – Bowdzone May 05 '14 at 12:30
  • @lifetime: have you tried a clean build, too? Which msvc or mingw version are you using? – lpapp May 05 '14 at 12:54
  • @LaszloPapp mingw version is 4.8 , I didn't clean build. How can I do that. nmake command is not working. Maybe I should install older version of QT as Bowdzone says. I'll try now. – aysbtl_ May 05 '14 at 13:20
  • @lifetime: yes, try older version or msvc. – lpapp May 05 '14 at 13:36

1 Answers1

3

Qt 5.2.1 is unsupported as of writing this. See their issue tracker for details:

Switch to Qt >= 5.1 #286

Also, if you happen to use VS2013, that is also unsupported.

lpapp
  • 47,035
  • 38
  • 95
  • 127