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

You are not logged in.

  • Login
  • Register

mercure08

Trainee

Posts: 53

Location: Tunisia

1

Thursday, February 28th 2008, 1:00pm

new_projetc qt on mac with xcode

I want to create a new Qt project on mac os 10.4 with Qt 4.3 but I'v not the way to add Qt project. What I must to do? create a mainwindow with the designer and generate the .pro file.
thank you
  • Go to the top of the page

Sergey B.

Beginner

Posts: 19

Location: Russia

Occupation: System Support Specialist "METRO C&C"

2

Saturday, March 1st 2008, 7:55am

RE: new_projetc qt on mac with xcode

From a command prompt, change the directory to your project, then type

qmake -project

If you are using Xcode on Mac OS X, you can generate an Xcode project using the command

qmake -spec macx-xcode



C++ GUI Programming with Qt 4
By Jasmin Blanchette, Mark Summerfield

This post has been edited 1 times, last edit by "Sergey B." (Mar 1st 2008, 7:56am)

  • Go to the top of the page

3

Wednesday, April 30th 2008, 8:35pm

RE: new_projetc qt on mac with xcode

Also don't forget to add the framework from /Library/Frameworks
  • Go to the top of the page

4

Sunday, May 4th 2008, 2:30am

RE: new_projetc qt on mac with xcode

Quoted

Originally posted by Sergey B.
From a command prompt, change the directory to your project, then type

qmake -project

If you are using Xcode on Mac OS X, you can generate an Xcode project using the command

qmake -spec macx-xcode



C++ GUI Programming with Qt 4
By Jasmin Blanchette, Mark Summerfield


I'm on macosx too, all I do is- create a new directotry, place the ui file in it, place all the .cpp and .h files in the directory, cd to the directory, qmake -project, qmake -macx
  • Go to the top of the page

Rate this thread