From: Yuriy Kashirin <yura@emict.com> To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org> Subject: Re: [sisyphus] [devel] %optflags и qmake Date: Fri, 26 May 2006 11:24:39 +0300 Message-ID: <200605261124.41453.yura@emict.com> (raw) In-Reply-To: <4476B41E.6000802@rambler.ru> On Friday 26 May 2006 10:54, Yury Aliaev wrote: > Прежде всего спасибо всем, кто пытался мне помочь! Мне, наконец, > удалось заставить qmake создавать makefile'ы с нужными флагами. > Оказалось, что: 1) В .pro файлах нужно было определять не > QMAKE_CFLAGS, а QMAKE_CXXFLAGS (исходники-то были на cpp, а я -- > тормоз! :-D Не совсем понятно, зачем там вообще определяются > CFLAGS, вроде qt не предназначена для линковки с сишными (без > плюсов) прогами); Ну почему же? Вполне можно в проекте вместе с .cpp и .c файлы указывать в SOURCES. > 2) Ещё оказалось, что если в проекте имеется несколько подчинённых > .pro файлов, то CXXFLAGS нужно прописывать во _всех_, а не только в > файле верхнего уровня. В этой связи у меня возник ВОПРОС: как лучше > всего добавить строчку вида QMAKE_CXXFLAGS_RELEASE = ... во _все_ > .pro файлы проекта (добавлять можно в любое место файла, удобнее > всего, наверное, в конец)? Я пытался соорудить некую конструкцию из > find -name *.pro, xargs и echo, но безуспешно... В файле верхнего уровня TEMPLATE = subdirs ? Можно не .pro файл править, а в командной строке передавать: qmake -o Makefile "QMAKE_CXXFLAGS_RELEASE = ...." file.pro make В ходе сборки make будет ходить по поддиректориям и запускать qmake с теми же параметрами. -- Best regards Yuriy Kashirin
next prev parent reply other threads:[~2006-05-26 8:24 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-05-18 10:46 [sisyphus] " Yury Aliaev 2006-05-18 11:03 ` Led 2006-05-18 11:49 ` Yury Aliaev 2006-05-18 11:21 ` Sergey V Turchin 2006-05-18 12:30 ` Yury Aliaev 2006-05-25 9:42 ` Yuriy Kashirin 2006-05-25 10:17 ` Yury Aliaev 2006-05-25 10:47 ` Yuriy Kashirin 2006-05-25 8:37 ` [sisyphus] [devel] " Yury Aliaev 2006-05-25 10:20 ` Sergey V Turchin 2006-05-26 7:54 ` Yury Aliaev 2006-05-26 8:24 ` Yuriy Kashirin [this message] 2006-05-26 12:36 ` Yury Aliaev
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=200605261124.41453.yura@emict.com \ --to=yura@emict.com \ --cc=sisyphus@lists.altlinux.org \ /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
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git