Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Cross compile Qt 4.8.5 with openssl suport

$
0
0
Hello, I’m try qt4.8.5 cross compile following config ./configure -v -opensource -confirm-license -prefix /opt/qt -xplatform qws/linux-arm-gnueabi-g++ -embedded arm -depths all -nomake demos -nomake tools -qt-zlib -no-webkit -no-qt3support -openssl I see this error OpenSSL auto-detection… () arm-none-linux-gnueabi-g++ -c -pipe -O2 -Wall -W -I../../../mkspecs/qws/linux-arm-gnueabi-g++ -I. -o openssl.o openssl.cpp openssl.cpp:42:30: fatal error: openssl/opensslv.h: No such file or directory #include <openssl/opensslv.h> ^ compilation terminated. make: *** [openssl.o] Error 1 OpenSSL disabled. OpenSSL support cannot be enabled due to functionality tests! Turn on verbose messaging (-v) to ./configure to see the final report. If you believe this message is in error you may use the continue switch (-continue) to ./configure to continue. I checked opensslv.h /usr/include/openssl/openssl folder. All openssl file inclued /usr/include/openssl/openssl Can you help me ?

Viewing all articles
Browse latest Browse all 2113

Trending Articles