Sunday, July 20th 2008, 2:35am UTC+1

You are not logged in.

  • Login
  • Register

Tudor

Beginner

1

Saturday, April 19th 2008, 7:46am

I can't build Release on Eclipse

Ok, I am using eclipse with QT on windows.
Last night I was building only the release config of my project.
I built the QT Debug Libraries via "QT 4.3.4 (Build Debug Libraries)"

Now when I build the project, only the debug config builds.

Any Ideas?
  • Go to the top of the page

2

Tuesday, May 6th 2008, 2:14am

RE: I can't build Release on Eclipse

in the .pro file, set up 2 configurations. 1 for debug 1 for release. Then after you gen your makefile
you can type

make Debug or make Release.
  • Go to the top of the page

Tudor

Beginner

3

Tuesday, May 6th 2008, 5:23am

RE: I can't build Release on Eclipse

Thanks KingMike
Got it working
  • Go to the top of the page

Rate this thread