From: Stephan Hoffmann <sho@relinux.de>
To: buildroot@busybox.net
Subject: [Buildroot] qmake -o Makefile cannot create Makefile
Date: Tue, 28 Aug 2012 08:39:18 +0200 [thread overview]
Message-ID: <503C6796.7020103@relinux.de> (raw)
In-Reply-To: <CAAfyv342h_ci-sW2MPR6SeUAk0dgQnF0fc7iYEwE56rZS2hYtw@mail.gmail.com>
Am 27.08.2012 23:04, schrieb Belisko Marek:
> On Mon, Aug 27, 2012 at 10:59 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
>> Belisko, All,
>>
>> On Monday 27 August 2012 22:46:35 Belisko Marek wrote:
>>
>> I think you should write it that way (untested!):
>>
>> define SONG_CONFIGURE_CMDS
>> cd $(@D); \
>> $(HOST_DIR)/usr/bin/qmake -o Makefile -v songPresentation.pro
>> endef
> Doesn't work in both ways but finally works this way:
> define SONG_CONFIGURE_CMDS
> cd $(@D); \
> $(HOST_DIR)/usr/bin/qmake
> endef
I am using
cd $(@D) && $(QT_QMAKE)
since QT_QMAKE is defined when QT is built by buildroot.
Regards
Stephan
--
reLinux - Stephan Hoffmann
Am Schmidtgrund 124 50765 K?ln
Tel. +49.221.95595-19 Fax: -64
www.reLinux.de sho at reLinux.de
prev parent reply other threads:[~2012-08-28 6:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-27 20:46 [Buildroot] qmake -o Makefile cannot create Makefile Belisko Marek
2012-08-27 20:59 ` Yann E. MORIN
2012-08-27 21:04 ` Belisko Marek
2012-08-28 6:39 ` Stephan Hoffmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=503C6796.7020103@relinux.de \
--to=sho@relinux.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.