>From: VStevenP
>To: interest
>Sent: Monday, November 26, 2012 12:18 PM
>Subject: [Interest] qmlscene not generated by Qt5 Beta2 cross-compile
>
>I notice that qmlscene is not present in the output bin directory generated by
>the Qt5 Beta2 cross-compile configure/make/make install process.
>
>
Hi,
_Translation infrastructure_
The translation infrastructure is ready for Qt 5
(http://blog.qt.digia.com/blog/2012/11/28/translation-infrastructure-ready-qt-5-0-0-string-freeze/).
We hope to see your translations moving in.
_Qt 5.0.0 string freeze_
Qt 5.0.0 string freeze has been proposed on
- Original Message -
> From: Lincoln Ramsay
> To: interest@qt-project.org
> Cc:
> Sent: Tuesday, November 27, 2012 11:37 PM
> Subject: Re: [Interest] can't configure for only -release on Qt5 Beta2 Mac
>
> On 28/11/12 11:29, VStevenP wrote:
>> Thanks for your thoughts...it's much apprec
On 28/11/12 15:25, Sergey wrote:
> is there a way to find out total contents of QT_CONFIG, CONFIG qmake
> variables?
Yes...
> Are they arrays?
Yes...
> Can I somehow print their contents?
Yes.
> I know how to test, if config contains something, for example:
>
> contains(QT_CONFIG, system-zlib
On 28/11/12 14:55, Sergey wrote:
> List of non-found by linker functions became less after linking with zlib.
> But these functions are still not found:
> _CFDataGetBytePtr
> _CFDataGetLength
> _CFDataGetTypeID
> _CFGetTypeID
> ___CFConstantStringClassReference
> _FrontWindow
> _GetCurrentProcess
>
Hi,
is there a way to find out total contents of QT_CONFIG, CONFIG qmake
variables?
Are they arrays? Can I somehow print their contents?
I know how to test, if config contains something, for example:
contains(QT_CONFIG, system-zlib) : message("system-zlib")
But how to print ALL CONTENTS of QT
Looks like some of the Core Apple Frameworks need to also be linked. The names
of which are escaping me at the moment. I bet a quick google search would turn
up the proper frameworks.
mike j.
On Nov 27, 2012, at 11:55 PM, Sergey wrote:
> List of non-found by linker functions became less after
List of non-found by linker functions became less after linking with zlib.
But these functions are still not found:
_CFDataGetBytePtr
_CFDataGetLength
_CFDataGetTypeID
_CFGetTypeID
___CFConstantStringClassReference
_FrontWindow
_GetCurrentProcess
_SelectWindow
_SetFrontProcess
_ShowWindow
What mus
On 28/11/12 11:29, VStevenP wrote:
> Thanks for your thoughts...it's much appreciated.
>
> I simply did:
>
> ./configure -prefix $PWD/qtbase -release -opensource
>
> from within a freshly-created qt-everywhere-opensource-src-5.0.0-beta2
> directory.
>
> I created this directory using tar xvzf on t
Op 26 nov. 2012 22:11 schreef "Mark" het volgende:
>
> Hi,
>
> I have a states array in QML that looks like this:
> states: [
> State {
> name: "icon"
> PropertyChanges { target: viewContainer; source:
> "views/IconView.qml" }
> },
> State {
>
>From: Lincoln Ramsay
>To: interest@qt-project.org
>Sent: Tuesday, November 27, 2012 5:47 PM
>Subject: Re: [Interest] can't configure for only -release on Qt5 Beta2 Mac
>
>
>On 28/11/12 03:16, VStevenP wrote:
>
>Is there any way to configure Qt5 Beta2 Mac to _only_ build for release?
>>
>>
>>If I
On 28/11/12 03:16, VStevenP wrote:
Is there any way to configure Qt5 Beta2 Mac to _only_ build for release?
If I do configure with the -release setting, it still ends up doing
debug_and_release.:
qmake vars .. qmake switches .
Build .. libs tools examples
Confi
For portability, it's easy to let the system you're compiling on
decide whether or not to use OpenGL. Check out the Video Graphics Item
example ( http://qt-project.org/doc/qt-4.8/multimedia-videographicsitem.html
) to see how trivial it is to set up a few #ifndefs for this.
Specifically, look in vi
On Tue, Nov 27, 2012 at 10:08 PM, Mark wrote:
> Hi,
>
> In Qt you have QShortcut to make application wide shortcuts. However,
> QShortcut required a QWidget to work. That kinda prevents me to map
> QShortcut to a QML element because i don't have a QWidget in there.
>
> Does anyone know how i can g
Hi,
In Qt you have QShortcut to make application wide shortcuts. However,
QShortcut required a QWidget to work. That kinda prevents me to map
QShortcut to a QML element because i don't have a QWidget in there.
Does anyone know how i can get application wide shortcuts in QML?
What i can do (as a
Is there any way to configure Qt5 Beta2 Mac to _only_ build for release?
If I do configure with the -release setting, it still ends up doing
debug_and_release.:
qmake vars .. qmake switches .
Build .. libs tools examples
Configuration .. ... debug_and
Il 27/11/2012 16.24, Samuel Rødal ha scritto:
> On 11/27/2012 03:36 PM, Calogero Mauceri wrote:
>> Hi,
>>
>> In my application I have a QGrapricsScene with a big amount of polygon
>> items in it (more than 50,000 QGraphicsPolygonItem).
>>
>> I found out in the documentation that it is possible to
On 11/27/2012 03:36 PM, Calogero Mauceri wrote:
> Hi,
>
> In my application I have a QGrapricsScene with a big amount of polygon
> items in it (more than 50,000 QGraphicsPolygonItem).
>
> I found out in the documentation that it is possible to set a QGLWidget
> as the viewport of the QGraphicsView.
Hi,
In my application I have a QGrapricsScene with a big amount of polygon
items in it (more than 50,000 QGraphicsPolygonItem).
I found out in the documentation that it is possible to set a QGLWidget
as the viewport of the QGraphicsView.
"By default, QGraphicsView provides a regularQWidget
On 11/27/2012 06:03 PM, Nurmi J-P wrote:
>> I am drawing a checkbox inside a custom delegate using
>> QStyle::drawPrimitive. I use this custom delegate to render items of a
>> QListView. Paint method of my custom delegate is as below,
>>
>>
>> void MytDelegate::paint(QPainter *painter,
>>
> I am drawing a checkbox inside a custom delegate using
> QStyle::drawPrimitive. I use this custom delegate to render items of a
> QListView. Paint method of my custom delegate is as below,
>
>
> void MytDelegate::paint(QPainter *painter,
> const QStyleOptionViewItem &option,
>
Hi All,
I am drawing a checkbox inside a custom delegate using
QStyle::drawPrimitive. I use this custom delegate to render items of a
QListView. Paint method of my custom delegate is as below,
void MytDelegate::paint(QPainter *painter,
const QStyleOptionViewItem &option,
27.11.2012, 17:15, "Sergey" :
> I didn't link with zlib at all.
> I solved problem adding this line to the pro file:
>
> include(...qt/4.7.4/qt-everywhere-opensource-src-4.7.4/src/3rdparty/zlib_dependency.pri)
Use -lz instead. Works for any Unix-like OS including Mac.
--
Regards,
Konstantin
__
I didn't link with zlib at all.
I solved problem adding this line to the pro file:
include(...qt/4.7.4/qt-everywhere-opensource-src-4.7.4/src/3rdparty/zlib_dependency.pri)
- I use exact path to the qt sources
$$[QT_INSTALL_PREFIX]/SRC does not contain sources of qt. It looks like
"make install"
On Nov 27, 2012, at 6:04 AM, Sergey wrote:
> Hello,
>
> I built QT 4.7.4 on MacOS 10.4 Tiger.
> When I build my app, I get this error while linking:
>
> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: for architecture i386
> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
> _CFD
On Nov 27, 2012, at 3:55 AM, R. Reucher wrote:
> On Tuesday 27 November 2012 03:54:06 Mike Jackson wrote:
> > I am trying to compile Qt 4.8.3 with a fully patched Visual Studio 2010
> > Service Pack 1 as a 64 bit compile. When the compile finishes and I try to
> > launch assistant or designer th
Hello,
I built QT 4.7.4 on MacOS 10.4 Tiger.
When I build my app, I get this error while linking:
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: for architecture i386
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
_CFDataGetBytePtr
_CFDataGetLength
_CFDataGetTypeID
_CFGetTypeID
_
On Tue, November 27, 2012 10:12:58 Samuel Rødal wrote:
> On 11/26/2012 05:50 PM, Thomas Senyk wrote:
> > Hi,
> >
> > the context of this is mail is:
> > - scenegraph
> > - FBO based effects
> > (plain shader-effects, qtgraphicaleffects, qt3d)
> > - embedded hardware / opengl es 2.0
> >
>
On Mon, November 26, 2012 17:42:18 Florian Boucault wrote:
> Hi Thomas,
>
> I have noticed similar issues on Linux based systems. I use the
> following environment variables that fixes the issue for me:
>
> QML_FORCE_THREADED_RENDERER=1
Hm right ... I knew about it, but I've rarely used it.
I sh
Hello,
I have a QGLWidget in my application which displays it's content in a centered
square GL viewport. In resizeGL() I setup the GL viewport with:
int side = qMin(width, height);
glViewport((width - side) / 2, (height - side) / 2, side, side);
The initial glViewport() call doesn't produce th
On 11/26/2012 05:50 PM, Thomas Senyk wrote:
> Hi,
>
> the context of this is mail is:
> - scenegraph
> - FBO based effects
> (plain shader-effects, qtgraphicaleffects, qt3d)
> - embedded hardware / opengl es 2.0
>
>
> I've noticed that on a lot of embedded systems the FPS drops rather
> dra
On Tuesday 27 November 2012 03:54:06 Mike Jackson wrote:
> I am trying to compile Qt 4.8.3 with a fully patched Visual Studio 2010
> Service Pack 1 as a 64 bit compile. When the compile finishes and I try to
> launch assistant or designer they just crash out. No error dialog or
> anything. They jus
32 matches
Mail list logo