Is it possible I use QtCore only in my service program on solaris(no-gui)?
I find QVariant is a very useful class and I want to use it in non-gui program. I want to include QVariant.h and link to the lib QtCore4. Is that possible?
Thank you in advance!
Re: Is it possible I use QtCore only in my service program on solaris(no-gui)?
QVariant is already in QtCore module.. what is the problem?
btw the compiler will post error on QVariant.h
use
#include <QVariant>
or
#include <qvariant.h>
Re: Is it possible I use QtCore only in my service program on solaris(no-gui)?
Yes QVariant is part of Qt Core module only.
Re: Is it possible I use QtCore only in my service program on solaris(no-gui)?
Re: Is it possible I use QtCore only in my service program on solaris(no-gui)?
ro mat .. jyada jawab nahi diya karte.. :)