Cannot load test plugin

Stfweri

Member
Joined
Jun 23, 2016
Messages
25
Reaction score
11
Points
35
You need to install Qt dev files
I added the files. A friend told me that it is because I am using the wrong Qt version. Any ideas?
J5gMM8c.png
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
Are you linking against Qt ? If yes then, yes probably a version mismatch somewhere.
 

Stfweri

Member
Joined
Jun 23, 2016
Messages
25
Reaction score
11
Points
35
Are you linking against Qt ? If yes then, yes probably a version mismatch somewhere.
Yeah I am using Qt version 5.6.1 What could be a solution to this?
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
Yeah I am using Qt version 5.6.1 What could be a solution to this?
I precisely asked if you are linking against. Are you certain you do ?
 

Stfweri

Member
Joined
Jun 23, 2016
Messages
25
Reaction score
11
Points
35
Congratulations on finishing the plugin, nice work!

Do you mind sharing what help you received in case anyone else gets stuck like you were? It would be much appreciated I am sure for anyone else that gets stuck. :)
The problem seemed to be with Visual studio.
I used Qt creator 5.6.1 64bit and visual studio 2015.
 

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
The problem seemed to be with Visual studio.
I used Qt creator 5.6.1 64bit and visual studio 2015.
Are you the guy from github?
 
Last edited by a moderator:
Top