[Interest] libQt5designer.so not found

2014-01-16 Thread nus1998
Hi All, when I use qt5.0.2, I use commands: ../qtbase/bin/qmake make make install in directory qttools\src\designer, I can find the libQt5Designer.so in qttools\lib, however, for qt 5.2.0, I can only find libQt5Designer.la which is a text file, and all the "so" files are missing. any tips? tha

Re: [Interest] QScroller in Qt4.8.5

2014-01-16 Thread Hamish Moffatt
On 16/01/14 20:47, André Somers wrote: Ramakanthreddy Kesireddy schreef op 16-1-2014 10:38: Am using Qt 4.8.5 embedded linux. Please let me know if there is any work around to use QScroller in Qt4.8.5 for my Qt widgets application. So, no that's not going to happen. There's code at h

[Interest] Qt Quick 2.0 demo failing

2014-01-16 Thread Bob Hood
I cloned the "qtdeclarative" repo from gitorious, and used Qt Creator 3/Qt 5.2 to build and deploy the examples/quick/demos/samegame/ example to my Samsung Galaxy Tab 3 device (7"). While the demo runs on my Linux desktop, the device just gives me a black screen, and the Qt Creator "Application" l

Re: [Interest] [OS X] How to enable ARC for *.mm files (which qmake var)?

2014-01-16 Thread Thiago Macieira
On sexta-feira, 17 de janeiro de 2014 00:07:07, Till Oliver Knoll wrote: > QMAKE_CXXFLAGS += -fobjc-arc > QMAKE_CFLAGS_DEBUG += -fobjc-arc > QMAKE_CFLAGS_RELEASE += -fobjc-arc > > That is, the expected -fobjc-arc flag is only applied for clang++. "CXXFLAGS" applies to C++ and Objective C++

[Interest] [OS X] How to enable ARC for *.mm files (which qmake var)?

2014-01-16 Thread Till Oliver Knoll
Hi, I want to enable ARC (Automatic Reference Counting) for my Objective-C++ sources (*.mm). With which qmake variable do I set an additional compiler flag such as "-fobjc-arc" such that it takes effect when compiling Objective-C++ source files (*.mm)? I tried QMAKE_CXXFLAGS += -fobjc-arc Q

Re: [Interest] Run variables from qtcreator

2014-01-16 Thread Thiago Macieira
On quinta-feira, 16 de janeiro de 2014 21:52:07, Simone wrote: > Hello all, > In my project i need to setup some variables before launch in remote my > application. My remote device is an embedded linux (on ARM) with qt 4.8.5 > > I'm able to setup the run environment in qtcreator, but i would need

[Interest] Run variables from qtcreator

2014-01-16 Thread Simone
Hello all, In my project i need to setup some variables before launch in remote my application. My remote device is an embedded linux (on ARM) with qt 4.8.5 I'm able to setup the run environment in qtcreator, but i would need to write this values directly in the .pro file instead of compiling th

[Interest] QML and video

2014-01-16 Thread Jeff Lancaster
Using the follow sample qml code: import QtQuick 2.0 import QtMultimedia 5.0 Rectangle { width: 800 height: 600 color: "black" MediaPlayer { id: player source: "" autoPlay: true } VideoOutput { id: videoOutput source: player

Re: [Interest] QMake generation config file from variables in .pro file

2014-01-16 Thread Guido Seifert
In other words: Not 'natively' with qmake. Ok, a Python script it will be. I am a bit more comfortable with Python than with sed. :-) Thanks, Guido > > Question is, can I do the same with qmake? How? > > system("sed ") > > There's a write_file function which you can use if you want to writ

Re: [Interest] Qt4.8.5 Internationalization

2014-01-16 Thread Konrad Rosenbaum
Hi, On Thursday 16 January 2014, Ramakanthreddy Kesireddy wrote: > Am using Qt4.8.5 on embedded linux with widget based application. > I would like to know if I need to add support for different languages, do > I need to maintain different ts files or only English ts file in my > source code. It

Re: [Interest] QMake generation config file from variables in .pro file

2014-01-16 Thread Thiago Macieira
On quinta-feira, 16 de janeiro de 2014 14:42:14, Guido Seifert wrote: > Question is, can I do the same with qmake? How? system("sed ") There's a write_file function which you can use if you want to write the full file from the .pro file. -- Thiago Macieira - thiago.macieira (AT) intel.com

[Interest] QMake generation config file from variables in .pro file

2014-01-16 Thread Guido Seifert
Hi, when I use cmake I can create a file config.h.in, which contains things like: #define Version "@VERSION@" in the CMakeLists.txt I can define a variable: SET(VERSION "something") and add: configure_file ( "config.h.in" ) This creates a config.h with #define Version "something". Question i

Re: [Interest] Qt4.8.5 Internationalization

2014-01-16 Thread André Somers
Ramakanthreddy Kesireddy schreef op 16-1-2014 11:06: Hello, Am using Qt4.8.5 on embedded linux with widget based application. I would like to know if I need to add support for different languages, do I need to maintain different ts files or only English ts file in my source code. There is

[Interest] Qt4.8.5 Internationalization

2014-01-16 Thread Ramakanthreddy Kesireddy
Hello, Am using Qt4.8.5 on embedded linux with widget based application. I would like to know if I need to add support for different languages, do I need to maintain different ts files or only English ts file in my source code. Is there any tool that does the translation into different language

[Interest] :-1: error: cannot find -lrwlineeditplugin

2014-01-16 Thread Robert Wood
Folks, I've been using my custom plugin for a few years thought Qt4 and now Qt5. I always copy my files like this on a new installation: cp ~robertw/Software/Qt4/customWidgets/rwTextEdit/librwtexteditplugin.so /usr/lib cp ~robertw/Software/Qt4/customWidgets/rwTextEdit/rwtextedit.h /usr/local/i

Re: [Interest] QScroller in Qt4.8.5

2014-01-16 Thread André Somers
Ramakanthreddy Kesireddy schreef op 16-1-2014 10:38: The documentation for the Qt 4.8 Qscroller API seems to be broken here: http://doc.troll.no/master-snapshot/qscroller.html and http://doc.troll.no/master-snapshot/qscrollerproperties.html Those are very old domains. Please don't use them an

Re: [Interest] QScroller in Qt4.8.5

2014-01-16 Thread Ramakanthreddy Kesireddy
The documentation for the Qt 4.8 Qscroller API seems to be broken here: http://doc.troll.no/master-snapshot/qscroller.html and http://doc.troll.no/master-snapshot/qscrollerproperties.html Not sure if QScroller API is supported in Qt4.8.5. From: Ramakanthreddy Kesireddy Sent: 16 January 2014 13:

[Interest] QScroller in Qt4.8.5

2014-01-16 Thread Ramakanthreddy Kesireddy
Hi, Am using Qt 4.8.5 embedded linux. Please let me know if there is any work around to use QScroller in Qt4.8.5 for my Qt widgets application. Thanks and Regards, Ramakanth DISCLAIMER: This email (including any attachments) is intended for the sole use