While there was no explicit "move to the new list" announcement, there were
at least two related messages in Q4 2011:
http://lists.qt.nokia.com/pipermail/qt-interest/2011-October/036676.html
http://lists.qt.nokia.com/pipermail/qt-interest/2011-November/036684.html
So, I guess, all these people sur
On Mon, 13 Feb 2012, Samuel Rødal wrote:
On 02/13/2012 01:50 AM, ext Jon Trulson wrote:
Hi, I'm building Qt5 (latest from git) on an arm board (imx53 QSB). I
am not using X11. I am using the eglfs plugin.
I have attempted to run several of the qtbase demos (like
[...]
I'd recommend tryin
On Mon, Feb 13, 2012 at 10:16 PM, Rui Maciel wrote:
> Then, I proceeded to pass libui to the TARGET_LINK_LIBRARIES() command and
> add ${libui_HEADERS} to the projec_HEADERS list.
>
> Yet, when I try to compile the project, the compiler throws a series of
> errors about "undefined reference to `vt
I have a pre-build step in which I write something to a text file, then
do a commit, before retrieving the version info. That way, every qmake
operation increments the SVN revision number.
Cheers,
Martin
On 12-02-13 02:55 PM, Philipp Menke wrote:
> thanks, I tried some of the things from the we
thanks, I tried some of the things from the weblinks but I could not
bring it to work properly...
That thing you wrote just works as I expect but I gut one question:
Will the Variable SVNVERSION be updated every time I run make or just
when I call qmake? So is the version.h always up to date?
T
I tried it also this way, but i want to be able to generate packages on a build server, so in my case the command line tools are simpler ;-)I had made a mistake in the example (point 2) in the last mail, here are "all" steps copied from my projectSo, let's say the bundle indentifier in this example
On 2/13/2012 4:14 PM, noru...@me.com wrote:
> Hi,
>
> I had also troubles with this after lion comes out last year.
> In short words... You must use codesign for each file which is in your
> bundle, except for frameworks (see point 1)
>
> 1.) use codesign for all your frameworks (e.g.
> Bundle/Co
Hi,
I had also troubles with this after lion comes out last year.
In short words... You must use codesign for each file which is in your bundle,
except for frameworks (see point 1)
1.) use codesign for all your frameworks (e.g.
Bundle/Contents/Frameworks/QtGui.framework)
2.) use codesign for a
> From: Paul Miller
> To: qt-inter...@qt.nokia.com
> Cc:
> Sent: Monday, February 13, 2012 4:00 PM
> Subject: Re: [Qt-interest] [Interest] [Qt-Interest] A request to shut down
> the qt-inter...@qt.nokia.com ("Qt-Interest") mailing list
>
> On 2/13/2012 2:38 PM, Andre Somers wrote:
>> Op 13-2-2
As the Sandbox deadline is now March 1, today I tried to submit an
update to one of my Mac App Store apps and received an email with this
information:
"Invalid Signature - the executable
.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
is not signed, the signature is invalid, or it
Huh, I'd wondered at the dropoff of traffic. I'd assumed people were using the
forums more. I must have missed the announcement of the new mailing list.
So, thanks for sending this mail to remind us!
Carlos
-Original Message-
From: qt-interest-bounces+csmith=stonewedge@qt.nokia.co
Hi,
> -Original Message-
> From: qt-interest-bounces+kai.koehne=nokia@qt.nokia.com [mailto:qt-
> interest-bounces+kai.koehne=nokia@qt.nokia.com] On Behalf Of ext
> rcyboom
> Sent: Friday, February 10, 2012 2:24 PM
> To: qt-inter...@qt.nokia.com
> Subject: [Qt-interest] About QtCrea
Hi Thiago!
On Mon, Feb 13, 2012 at 9:33 AM, Thiago Macieira wrote:
> On segunda-feira, 13 de fevereiro de 2012 09.12.10, K. Frank wrote:
>> To The List Administrators!
>
> If you want to reach the administrators, maybe you should include their email
> addresses when sending the email...
>
>
13.02.2012, 18:19, "Harri Pasanen" :
> Hi,
>
> I'm wondering what would be the recommended way to pre-process QML?
>
> # Add more folders to ship with the application, here
> folder_01.source = qml/n9test
> folder_01.target = qml
> DEPLOYMENTFOLDERS = folder_01
>
> At deployment time I'd like to
Den 13-02-2012 15:19, Harri Pasanen skrev:
> Hi,
>
> I'm wondering what would be the recommended way to pre-process QML?
>
> # Add more folders to ship with the application, here
> folder_01.source = qml/n9test
> folder_01.target = qml
> DEPLOYMENTFOLDERS = folder_01
>
> At deployment time I'd like
On segunda-feira, 13 de fevereiro de 2012 09.12.10, K. Frank wrote:
> To The List Administrators!
If you want to reach the administrators, maybe you should include their email
addresses when sending the email...
interest-ow...@qt-project.org
qt-interest-ow...@qt.nokia.com
--
Th
Hi,
I'm wondering what would be the recommended way to pre-process QML?
# Add more folders to ship with the application, here
folder_01.source = qml/n9test
folder_01.target = qml
DEPLOYMENTFOLDERS = folder_01
At deployment time I'd like to change the QML, but keep the unchanged copy
in version c
Hi,
Personally on Linux I use :
SVNVERSION = $$system("svn info ../ | grep Revision | tr -d 'Revison: '")
system( "echo 'const std::string svn_version = \"$$SVNVERSION\";'" >
../version.h)
Then you can include the "version.h" file when you need to use the
current SVN revision.
This gives a clean
To The List Administrators!
I would like to respectfully request the administrators of the old "Qt-Interest"
mailing list (qt-inter...@qt.nokia.com) to shut it down, preferably after a
clear announcement to that effect, and possibly after a transition period.
This follows the discussion I cross-p
Op 2/13/2012 10:13 AM, Andrea Franceschini schreef:
> Wait, what ML is one supposed to follow now?
>
interest@qt-project.org
qt-inter...@nokia.com (and I think even qt-inter...@trolltech.com, which
I think is (still) an alias for this one) have been superseded by
interest@qt-project.org
__
On 02/13/2012 01:50 AM, ext Jon Trulson wrote:
> Hi, I'm building Qt5 (latest from git) on an arm board (imx53 QSB). I
> am not using X11. I am using the eglfs plugin.
>
> I have attempted to run several of the qtbase demos (like
> animatedtiles). In all cases, I get a SEGV in
> qpaintengineex_o
On 02/12/2012 06:20 AM, ext Jon Trulson wrote:
> On Thu, 9 Feb 2012, Samuel Rødal wrote:
>
>> On 02/08/2012 11:42 PM, ext Jon Trulson wrote:
>>> Hi, I want to experiment with Qt5, eglfs and the linux input event
>>> drivers (mouse for example) on a standard linux system.
>>>
>>> It's a 32b Ubuntu 1
22 matches
Mail list logo