disposition qxmpp
-
@SGaist I downloaded the qxmpp source code from github and I want to import it into my own project
-
@hzha this does not answer my question.
Also, what do you mean by importing into your project ? Use it and link to it or include its sources inside your project ?
-
@hzha did you follow my suggestion ?
By the way, did you consider building the project directly with Qt Creator ?
@SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it -
@SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it@hzha i have a question.Why is there both qt6.0 and 6.2.4 in your path?
-
@hzha i have a question.Why is there both qt6.0 and 6.2.4 in your path?
@Ronel_qtmaster uh,qt6.0 is self-named, and the later qt6.2.4 is the compiler version
-
@SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it@hzha said in disposition qxmpp:
@SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have itIf you look in the bin folder of your Qt installation, you'll see qt-cmake which is a small wrapper that will have the paths configured for using the Qt version it's located in.
-
@hzha said in disposition qxmpp:
@SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have itIf you look in the bin folder of your Qt installation, you'll see qt-cmake which is a small wrapper that will have the paths configured for using the Qt version it's located in.
-
@hzha modify what exactly ?
By the way, didn't you write that you successfully compile the module with Qt Creator ?
@SGaist 
probably your don't understand what I mean, according to the documentation I need to do cmake and then cmake -- build. --target install before I can use qxmpp in my own projects, but I have given up using it, it is too cumbersome -
@SGaist 
probably your don't understand what I mean, according to the documentation I need to do cmake and then cmake -- build. --target install before I can use qxmpp in my own projects, but I have given up using it, it is too cumbersome -
-
@hzha said in disposition qxmpp:
didn't work
In what way it didn't work?
Saying "didn't work" does not help much.