<html><head><meta http-equiv="Content-Type" content="text/html charset=koi8-r"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello Ivan,<div><br></div><div>The way to set base profile is: <b><font face="Courier New">profiles.<name>.baseProfile: <baseProfileName></font></b>. In your case you should be able to run <b><font face="Courier New">qbs config profiles.qt484.baseProfile gcc</font></b> to get the correct setup.</div><div><br></div><div>This was due to some recent changes to QBS, and qbs-setup-qt doesn't automatically set a base profile for Qt profiles (which would be helpful). I ran into the same problem myself. Here is a related link: <a href="https://bugreports.qt-project.org/browse/QBS-207">https://bugreports.qt-project.org/browse/QBS-207</a></div><div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Jake Petroules</div><div>Petroules Corporation (<a href="http://www.petroules.com">www.petroules.com</a>)</div><div>Email: <a href="mailto:jake.petroules@petroules.com">jake.petroules@petroules.com</a></div><div>Telephone: +1 (970) 587-3821</div></div></span></span>
</div>
<br><div><div>On Jan 25, 2013, at 3:22 AM, Иван Комиссаров <<a href="mailto:abbapoh@gmail.com">abbapoh@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=koi8-r"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Forwarded from qt-interest.<div><br><div>
Иван Комиссаров
</div>
<div><br><div>Начало переадресованного сообщения:</div><br class="Apple-interchange-newline"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; "><b>От: </b></span><span style="font-family:'Helvetica'; font-size:medium;">Иван Комиссаров <<a href="mailto:abbapoh@gmail.com">abbapoh@gmail.com</a>><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; "><b>Тема: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><b>QBS problems</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; "><b>Дата: </b></span><span style="font-family:'Helvetica'; font-size:medium;">24 января 2013 г., 15:31:40 GMT+04:00<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;"><span style="font-family: Helvetica; font-size: medium; "><b>Кому: </b></span><span style="font-family:'Helvetica'; font-size:medium;"><a href="mailto:interest@qt-project.org">interest@qt-project.org</a><br></span></div><br><div>Hello, i'm trying to start using QBS. I'm following this <a href="http://doc-snapshot.qt-project.org/qbs/qbs-qt-versions.html">http://doc-snapshot.qt-project.org/qbs/qbs-qt-versions.html</a> instruction, however i can't set baseProfile for my qt, i get following error trying to build example app:<br>ERROR: Unknown property: qbs.baseProfile<br><br>Without base property i get another  error:<br>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<br><br>Here's my config:<br><br>$ qbs config --list <br>defaultProfile: qt484<br>profiles.clang.cpp.compilerName: clang++<br>profiles.clang.cpp.toolchainInstallPath: /usr/bin<br>profiles.clang.qbs.architecture: x86_64<br>profiles.clang.qbs.endianness: little-endian<br>profiles.clang.qbs.targetOS: mac<br>profiles.clang.qbs.toolchain: gcc<br>profiles.gcc.cpp.compilerName: g++<br>profiles.gcc.cpp.toolchainInstallPath: /usr/bin<br>profiles.gcc.qbs.architecture: i686<br>profiles.gcc.qbs.endianness: little-endian<br>profiles.gcc.qbs.targetOS: mac<br>profiles.gcc.qbs.toolchain: gcc<br>profiles.qt484.qt.core.binPath: /Developer/Tools/Qt<br>profiles.qt484.qt.core.incPath: /usr/include<br>profiles.qt484.qt.core.libInfix: <br>profiles.qt484.qt.core.libPath: /Library/Frameworks<br>profiles.qt484.qt.core.mkspecPath: /usr/local/Qt4.8/mkspecs/macx-xcode<br>profiles.qt484.qt.core.namespace: <br>profiles.qt484.qt.core.version: 4.8.4<br><br>Иван Комиссаров<br><br></div></div><br></div></div>_______________________________________________<br>QBS mailing list<br><a href="mailto:QBS@qt-project.org">QBS@qt-project.org</a><br>http://lists.qt-project.org/mailman/listinfo/qbs<br></blockquote></div><br></div></body></html>