Click here to Skip to main content
15,889,637 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying to use a builder to compile this project:
https://github.com/YiannisBourkelis/Andama-Remote-Desktop

I am curious about the code that lies around this and I've been messing around with compiling.

I used QT creator and microsoft visual studio.
I ended up with a build file: https://gyazo.com/feb13259bbea90b993879ba39e3a13aa
but I am having trouble trying to get the EXE. What am I doing wrong?

What I have tried:

I have tried using microsoft visual studio and QT creator to build it.
Posted
Updated 1-Aug-17 21:41pm
Comments
Mehdi Gholam 2-Aug-17 2:17am    
Try asking the author on github.

1 solution

You already posted this yesterday at Compiling files into an exe?[^] , and received a suggestion. If you do not know how to use a compiler, or one of the systems that will build your project then you need to study the documentation of the system you are using. Visual Studio has a comprehensive help system. QT creator, you should be able to find on their website.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900