Sunday, July 6th 2008, 4:42pm UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

mercure08

Trainee

Posts: 52

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