Raspberry pi qmake give error [Solved]
Mobile and Embedded
4
Posts
2
Posters
1.1k
Views
1
Watching
-
Hi, When I run qmake I get this error:
!http://qt.hallikainen.cc/rasp.png(Error)!
"Here is the pro file...":http://qt.hallikainen.cc/theocbase.pro -
Hi,
@languageFiles.path = $${DESTDIR}@
Looks DESTDIR is empty
@Release:DESTDIR = $${OUT_PWD}/release@
should rather be
@CONFIG(release, debug|release):DESTDIR = $${OUT_PWD}/release@
Also applies to the Debug line
-
You're welcome !
Since it's building now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)