-
Notifications
You must be signed in to change notification settings - Fork 238
Description
I am trying to cross compile a Qt project (which is not using any .pro file) instead it uses ./autoconf and ./configure any Idea of why is this happening? how could I solve this?
When trying to compile for linux: it generates the command line version but not the gui.
When trying to compile for windows: there is an error as following log:
In file included from qt/websocketclientwrapper.h:4:0, from qt/bitcoingui.h:13, from qt/paccoin.cpp:10: qt/websockettransport.h:6:53: fatal error: QtWebChannel/QWebChannelAbstractTransport: No such file or directory #include <QtWebChannel/QWebChannelAbstractTransport> ^ compilation terminated. GEN qt/res/paccoin-qt-res.o make[2]: *** [qt/qt_paccoin_qt-paccoin.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory
/home/ubuntu/build/PAC/distsrc-x86_64-w64-mingw32/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /home/ubuntu/build/PAC/distsrc-x86_64-w64-mingw32/src' make: *** [all-recursive] Error 1