Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to develop an application for ios with qt. I've installed qt on mac . when i want to run mactoolbar example on ios simulator, i see this error: Project ERROR: Unknown module(s) in QT: macextras please help me.
Hi and welcome to Qt devnet in order to use macextras
please add in .pro QT += macextras
hope it helps
thanks, I 've added QT += macextras in .pro but it does not work.
hi . please rebuild and run qmake
after adding QT += macextras in .pro
thank you very much, I did that but still there is the error.
Hi,
Did you install the QtMacExtras module ?