You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Kali Linux v2024.3, latest version of QT 6.8. i install cqtdeployer via a deb from your github.
i created a test qt app (just a simple window), from a pro (qmake) and built it in release.
i then go into my qt app directory to the release directory and run the following:
cqtdeployer -bin Test_Deploy002
a distribution directory is created. i go inside and try to exe the shell script named after my exe (project name). i get the following error:
┌──(simon㉿Kali202403)-[~/…/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit]
└─$ ./Test_Deploy002.sh
/home/simon/Code/QT/Cpp/Test_Deploy/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit/bin/Test_Deploy002: /home/simon/Code/QT/Cpp/Test_Deploy/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit/lib/libQt6Core.so.6: version `Qt_6.8' not found (required by /home/simon/Code/QT/Cpp/Test_Deploy/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit/bin/Test_Deploy002)
can you tell me what i am doing wrong please, as i am relatively new to programming on linux.
The text was updated successfully, but these errors were encountered:
Hello,
I am using Kali Linux v2024.3, latest version of QT 6.8. i install cqtdeployer via a deb from your github.
i created a test qt app (just a simple window), from a pro (qmake) and built it in release.
i then go into my qt app directory to the release directory and run the following:
cqtdeployer -bin Test_Deploy002
a distribution directory is created. i go inside and try to exe the shell script named after my exe (project name). i get the following error:
┌──(simon㉿Kali202403)-[~/…/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit]
└─$ ./Test_Deploy002.sh
/home/simon/Code/QT/Cpp/Test_Deploy/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit/bin/Test_Deploy002: /home/simon/Code/QT/Cpp/Test_Deploy/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit/lib/libQt6Core.so.6: version `Qt_6.8' not found (required by /home/simon/Code/QT/Cpp/Test_Deploy/Test_Deploy002/build/Desktop_Qt_6_8_0-Release/DistributionKit/bin/Test_Deploy002)
can you tell me what i am doing wrong please, as i am relatively new to programming on linux.
The text was updated successfully, but these errors were encountered: