Possible Setup issue -- cannot build simple example
-
wrote on 8 Oct 2018, 21:18 last edited by
Hello: I have used Qt a while ago and now need to use it again.
I grabbed the latest Qt package, and downloaded my Xcode to 9.14. I loaded the "Simple Tree Model" example but when I tried to run QMake or Build inside QtCreator, I got:Qt/5.11.2/clang_64/mkspecs/features/mac/sdk.mk: No such file or directory.
Did I miss an installation step somewhere? I google'ed around but cannot load any good solutions
-
Hi,
That's pretty strange, the file is available in the source. As a quick workaround, I would copy it from there into your installation.
-
wrote on 8 Oct 2018, 21:57 last edited by
Following this page:
https://wiki.qt.io/Get_the_Source
I git clone Qt5 source code. I do not see sdk.mk in the repo. There are a lot of
files with .mk but not sdk.mk. Do you know where I can download this file?
4/4