[Qt-interest] compiling application
linux newbie
linux.newbie79 at gmail.com
Tue Nov 17 01:23:44 CET 2009
Hi,
I compiled Qt for embedded ARM and also enabled Samba in my linux host machine.
I am running Qt creator from windows. From Qt creator, I can able to
create projects in Linux host and test it. In order to run the same
application in my target platform, I simply log in to linux host and
do qmake and 'make' to create the executable.
But if I use QWSServer::setCurserVisible(false) in my application, Qt
creator complains that QWSServer is not declared. Reason I understand
is that Qt creator is pointing to corelib of desktop. Is it possible
to change this setting in Qt creator? Because, I want to make the
development in Qt creator, test it and then port it in target
platform. Or is there any other way to accomplish this task? (maybe a
compile time macro which avoids QWSServer while runniing in desktop)
Thanks
More information about the Qt-interest-old
mailing list