View Single Post
Posts: 8 | Thanked: 1 time | Joined on May 2010
#53
Originally Posted by w00t View Post
Ah, no. That will be your problem.

Just run:
qmake
make

qmake -project is a whole other beast. It generates a qmake project, based on the .cpp and .h files in the current directory. That will (of course) then overwrite my project, which tells it what libraries it needs to link against to use Xrandr.
great!!! thanks