[Qt-creator] Adding a Qt version should be easier

Jason H jhihn at gmx.com
Thu Feb 2 18:41:37 CET 2017


Pseudo code:
parts = path.split(os.path.sep)
dirname = parts[parts.length-1]
if float(dirname) > 4.0:
   recursive_search(path, 'qmake', /*match function: */ function (path) { addQtVersion(path)}  )

> Sent: Thursday, February 02, 2017 at 12:08 PM
> From: "Jason H" <jhihn at gmx.com>
> To: qt-creator <qt-creator at qt-project.org>
> Subject: [Qt-creator] Adding a Qt version should be easier
>
> Given that I have a structure of: 
> Qt5.7.1
> + 5.7
> + - ios
> + - android_armv7
> + - clang_64
> 
> I'm wishing it would be possible to add 5.7.1 and all three platforms in one operation.
> 
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
> 



More information about the Qt-creator mailing list