Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when running result of deployment process #827

Open
SimonDev666 opened this issue Nov 10, 2024 · 2 comments
Open

error when running result of deployment process #827

SimonDev666 opened this issue Nov 10, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@SimonDev666
Copy link

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.

@pzhlkj6612
Copy link
Collaborator

Hi.

Please provide the command for packaging "Test_Deploy002" you executed. And I suspect you have multiple Qt 6 installation on your computer.

Tech tip: you can use the fenced code blocks to make your content looks clearer: Creating and highlighting code blocks - GitHub Docs.

@EndrII EndrII self-assigned this Nov 11, 2024
@EndrII EndrII added the question Further information is requested label Nov 11, 2024
@EndrII
Copy link
Member

EndrII commented Nov 11, 2024

@SimonDev666 please force the cqtdeployer to choose your used qt. To do this, follow the next command :

cqtdeployer -bin Test_Deploy002  -qmake path/to/your/qmake -verbose 3 

And please provide full deploy log with verbose 3 option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants