![]() |
2008-07-31
, 22:29
|
Posts: 83 |
Thanked: 27 times |
Joined on Jun 2008
|
#2
|
The Following 2 Users Say Thank You to andreww For This Useful Post: | ||
![]() |
2008-07-31
, 22:32
|
Posts: 41 |
Thanked: 2 times |
Joined on Sep 2007
|
#3
|
![]() |
2008-07-31
, 22:32
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#4
|
![]() |
2008-07-31
, 22:40
|
Posts: 41 |
Thanked: 2 times |
Joined on Sep 2007
|
#5
|
![]() |
2008-07-31
, 22:44
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#6
|
![]() |
2008-07-31
, 22:47
|
Posts: 41 |
Thanked: 2 times |
Joined on Sep 2007
|
#7
|
![]() |
2008-07-31
, 22:48
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#8
|
Usually I just install the binaries from Trolltech's website ( http://trolltech.com/developer/downloads/qt/windows ), and compile with their setup. There's a "Qt Shell" thing which is just cmd.exe with variables set. You can then run qmake and make as usual (they install MinGW for you). Distribute the binary with the relevant Qt dlls and the MinGW dll (I just copy them over from the bin dir of the Qt install), and it all Just Works from my (rather limited) experience.
![]() |
2008-07-31
, 22:52
|
Posts: 214 |
Thanked: 30 times |
Joined on Jan 2008
|
#9
|
![]() |
2008-08-01
, 17:45
|
|
Posts: 92 |
Thanked: 50 times |
Joined on Jan 2006
@ the praeternatural tower
|
#10
|
I was trying to compile the application for the Windows PC first, just to see the results.
I have not gotten it to compile though, mainly because nothing I could find was clear.
Most tutorials say type "qmake" into the command console. That OBVIOUSLY does not work without some previous steps... Can anyone help me out?
I have tried copying the qmake.exe into the folder with my project, and it outputs a Makefile. What should I do with that? Typing "make" does nothing.