I want convert from .pro to CMake, so how do I clone just this utility?
Unsolved
Installation and Deployment
-
From a StackOverflow post I learned that there's a Python utility to generate CMake files from QMake files here.
But I can't figure out what URL and "git clone" command to use to clone just this WIP subdirectory so I can run the utility.
I'd appreciate any insight. Thanks! Also if anyone has experience using this thing and has pointers, I'll take those too. I'm converting a very simple project that builds a lib.
-
Hi,
See this stack overflow answer for a possible way to do it.
If it does not work, then you might as well just the open the files in the browser and copy their content.