Anyone have a list of OE_QMAKE_ environment variables?


freamon

Active Member
Joined
Apr 13, 2011
Messages
562
Hello,


I'm trying to add qmake to my compiler-in-a-PND thing. When I run qmake against a .pro file, it generates a Makefile, but this Makefile is full of OpenEmbedded environment variables like OE_QMAKE_CFLAGS and OE_QMAKE_MOC. Does anyone have a handy list of what these all are? I assume they're available if you have a full SDK type setup, but I don't really have the bandwidth to set anything like this up.


So far I've been fudging it (replacing things in the Makefile with guesses), which was enough to get minitube 1.4.3 compiled, but it'd good to have a proper reference for when I update the devtools pnd.


Thank you!
 
I got the stuff from installing the qmake and qmake-dev packages from opkg. They were in /usr/share/qt4/something. You need the mkspecs file I think.


Else just look at the files from sebt3's toolchain and leave out all the arm-angstrom-linux-gnueabi.- stuff.
 
Thanks mcobit. I found them in the qmake ipk (in environment-setup). Silly me.
 
Back
Top