Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt5 on MAC OS X

$
0
0
Hi, my setup is Qt 5.0.1 (64 bit), Qt Creator 2.6.2, XCode 3.2.6 and i am trying to build and run an application. My .pro file is: QT       += core gui\          widgets   TARGET = QtGrid TEMPLATE = app     SOURCES += main.cpp\         MainWindow.cpp \     DataCacher.cpp \     Server.cpp \     Structs.cpp \     VDatagridView.cpp   HEADERS  += MainWindow.h \     DataCacher.h \     Server.h \     Structs.h \     VDatagridView.h   FORMS    += MainWindow.ui \     VDatagridView.ui and i get the following warnings/ error: :-1: warning: directory '/Applications/Qt5.0.1/5.0.1/clang_64/qtbase/lib' following -F not found :-1: warning: in /Applications/Qt5.0.1/5.0.1/clang_64/lib/QtOpenGL.framework/QtOpenGL, file was built for unsupported file format which is not the architecture being linked (i386) :-1: warning: in /Applications/Qt5.0.1/5.0.1/clang_64/lib/QtWidgets.framework/QtWidgets, file was built for unsupported file format which is not the architecture being linked (i386) :-1: warning: in /Applications/Qt5.0.1/5.0.1/clang_64/lib/QtGui.framework/QtGui, file was built for unsupported file format which is not the architecture being linked (i386) :-1: warning: in /Applications/Qt5.0.1/5.0.1/clang_64/lib/QtCore.framework/QtCore, file was built for unsupported file format which is not the architecture being linked (i386) :-1: warning: in /Applications/Qt5.0.1/5.0.1/clang_64/lib/QtPrintSupport.framework/QtPrintSupport, file was built for unsupported file format which is not the architecture being linked (i386) :-1: error: symbol(s) not found :-1: error: collect2: ld returned 1 exit status Also i am trying to build/run an example to confirm that the installation is ok but i get similar errors/warnings. Has anyone idea what’s the solution to this problem? Thanks

Viewing all articles
Browse latest Browse all 2113

Trending Articles