I try to see if my issue can be found on the internet and I try fedora chat without results.
I try to use qbs with qt-creator.x86_64 to use the slate software. The problem can be the implementation of qbs and qt-creator.x86_64 Because I'm not very good with this tool I need some help. See my issue: [mythcat@desk ~]$ git clone https://github.com/mitchcurtis/slate Cloning into 'slate'... [mythcat@desk slate-build]$ qbs config --list profiles profiles.clang.cpp.toolchainInstallPath: "/usr/bin" profiles.clang.qbs.toolchain: ["clang", "llvm", "gcc"] profiles.gcc.cpp.toolchainInstallPath: "/usr/bin" profiles.gcc.qbs.toolchain: "gcc" [mythcat@desk slate-build]$ qbs setup-toolchains --type gcc /usr/bin/g++ gcc Profile 'gcc' created for '/usr/bin/g++'. [mythcat@desk slate-build]$ qbs setup-qt /usr/bin/qmake-qt5 qt5 Creating profile 'qt5'. Setting profile 'gcc' as the base profile for this profile. [mythcat@desk slate-build]$ qbs config profiles.qt5.baseProfile gcc [mythcat@desk slate-build]$ qbs config --list profiles profiles.clang.cpp.toolchainInstallPath: "/usr/bin" profiles.clang.qbs.toolchain: ["clang", "llvm", "gcc"] profiles.gcc.cpp.toolchainInstallPath: "/usr/bin" profiles.gcc.qbs.toolchain: "gcc" profiles.qt5.baseProfile: "gcc" profiles.qt5.preferences.qbsSearchPaths: "/home/mythcat/.config/QtProject/qbs/1.12.0/profiles/qt5" The error: [mythcat@desk slate-build]$ qbs /home/mythcat/slate/slate.qbs ERROR: Unexpected command line parameter '/home/mythcat/slate/slate.qbs'. Expected an assignment of the form <property>:<value>, profile:<profile-name> or config:<configuration-name>. I try to use the qtcreator but I got 58 errors most dependency of Qt.Core ... Maybe the problem comes from Fedora packages or bad implementation of qtcreator
_______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org