[Interest] QBS problems

Иван Комиссаров abbapoh at gmail.com
Thu Jan 24 12:31:40 CET 2013


Hello, i'm trying to start using QBS. I'm following this http://doc-snapshot.qt-project.org/qbs/qbs-qt-versions.html instruction, however i can't set baseProfile for my qt, i get following error trying to build example app:
ERROR: Unknown property: qbs.baseProfile

Without base property i get another  error:
ERROR: /Users/arch/Programming/qt4/alien/qbs-build/share/qbs/modules/qt/core/qtcore.qbs:60 Binding 'cpp.frameworkPaths' failed, no property 'cpp' in the scope of module qt/core

Here's my config:

$ qbs config --list 
defaultProfile: qt484
profiles.clang.cpp.compilerName: clang++
profiles.clang.cpp.toolchainInstallPath: /usr/bin
profiles.clang.qbs.architecture: x86_64
profiles.clang.qbs.endianness: little-endian
profiles.clang.qbs.targetOS: mac
profiles.clang.qbs.toolchain: gcc
profiles.gcc.cpp.compilerName: g++
profiles.gcc.cpp.toolchainInstallPath: /usr/bin
profiles.gcc.qbs.architecture: i686
profiles.gcc.qbs.endianness: little-endian
profiles.gcc.qbs.targetOS: mac
profiles.gcc.qbs.toolchain: gcc
profiles.qt484.qt.core.binPath: /Developer/Tools/Qt
profiles.qt484.qt.core.incPath: /usr/include
profiles.qt484.qt.core.libInfix: 
profiles.qt484.qt.core.libPath: /Library/Frameworks
profiles.qt484.qt.core.mkspecPath: /usr/local/Qt4.8/mkspecs/macx-xcode
profiles.qt484.qt.core.namespace: 
profiles.qt484.qt.core.version: 4.8.4

Иван Комиссаров




More information about the Interest mailing list