Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-04 Thread Joerg Bornemann
On 3/2/21 8:32 PM, Thiago Macieira wrote: ..\qt5\configure.bat -prefix ..\qt6-win64 -developer-build -opengl Don't use the configure scripts any more. Please use CMake directly. Just replying so that this false information doesn't stick: The configure script can still be used, and offe

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Liang Jian
f the respective release. This is easiest done by > a) Cloning qt5.git b) checking out the right branch/tag , and c) only then > running perl init-repository. > > > > Regards > > > > Kai > > > > > > > > *Von:* Liang Jian > *Gesendet:* Mittwoc

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Kai Köhne
hiago ; Interest Betreff: Re: [Interest] Need help to configure qt6 under Windows 10 Hi Kai, I have attached the configure log which is generated with the following command: ..\qt5\configure.bat -prefix ..\qt6-win64 -developer-build -opengl desktop -D QT_NO_BUILD_TESTS=ON -D QT_NO_MAKE_EXAMPLES=O

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Kai Köhne
> Von: Interest Im Auftrag von Liang Jian > Gesendet: Mittwoch, 3. März 2021 09:43 > An: Macieira, Thiago > Cc: Interest > Betreff: Re: [Interest] Need help to configure qt6 under Windows 10 > >    Thank you for the suggestion. Since all the documentations I have rea

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Liang Jian
Thank you for the suggestion. Since all the documentations I have read so far tell me to build qt6 with configure first, such as Building Qt 6 from Git - Qt Wiki , I have no idea how to configure and build qt6 using CMake directly since qt build syste

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-02 Thread Thiago Macieira
On Tuesday, 2 March 2021 01:26:45 PST Liang Jian wrote: > Hi everyone, I have a problem configuring qt6 under Windows 10, msvc 2019. > My building environment is as follows: > 1) I use the latest qt 6.1 branch from git > 2) I have msvc 2019 installed under a windows 10 x64 machine > 3)

[Interest] Need help with deprecated QVariant functions

2019-02-21 Thread Christian Ehrlicher
Hi, the two functions qVariantFromValue() and qVariantSetValue() are deprecated but the replacements QVariant::setValue() / fromValue() are using exactly those two functions... Those two functions are some of the last obsolete functions which did not yet get decorated with QT_DEPRECATED but si

Re: [Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Friedemann Kleint
Hi, please take a look at the examples of Active Qt (for example, web browser). Its .pro file contains: QT += axcontainer (this used to be "CONFIG += qaxcontainer" in Qt 4). Regards, Friedemann -- Friedemann Kleint | The Qt Company ___ Interest ma

Re: [Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Philippe
Did you think linking with Qt5AxBase.lib ? Philippe On Fri, 20 Mar 2015 11:30:42 + "Kammar, Mahesh" wrote: Hi All, > > I am new to Qt, am trying to use SetControl of QAxWidget class to host some > Wpf control in Qt which is exported as COM. > > I am getting the following linking error, u

[Interest] Need help in generating ActiveQt Libraries...

2015-03-23 Thread Kammar, Mahesh
Hi All, I am new to Qt, am trying to use SetControl of QAxWidget class to host some Wpf control in Qt which is exported as COM. I am getting the following linking error, understand that I need to provide ActiveQt library, but am not able to generate one I do not find QAxBase.lib file or any ot

Re: [Interest] Need help on QCA library, just migrated from Linux to Mac ...

2015-01-02 Thread Thiago Macieira
On Friday 02 January 2015 11:51:41 Aaron Lewis wrote: > Hi, > > I installed qt4.8 and qca with homebrew. > > The qmake tool chain works. But when I compile a qca application (that > compiles in Linux) > It could not find the QtCrypto/qca.h: > > ./widget.h:5:10: fatal error: 'QtCrypto/qca.h' file

[Interest] Need help on QCA library, just migrated from Linux to Mac ...

2015-01-01 Thread Aaron Lewis
Hi, I installed qt4.8 and qca with homebrew. The qmake tool chain works. But when I compile a qca application (that compiles in Linux) It could not find the QtCrypto/qca.h: ./widget.h:5:10: fatal error: 'QtCrypto/qca.h' file not found #include Looks like the QCA library is installed here, %> l

Re: [Interest] Need help in testing a feature on OSX

2013-10-30 Thread Holappa Teemu
Hi Mandeep, Unfortunately it seems to fail: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch ain/usr/bin/clang++ -c -Xclang -include-pch -Xclang .pch/debug-shared/QtNetwork_debug/c++.pch -pipe -g -gdwarf-2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/M

[Interest] Need help in testing a feature on OSX

2013-10-30 Thread Mandeep Sandhu
Hi All, Is there a noble soul out there willing to spend some time in helping me test out a feature on OSX?! :) The noble soul should have a working qt source build setup on OSX. I'm working on small feature for specifying custom DNS server to QDnsLookup (QTBUG-30166). I wanted to test out the fe

Re: [Interest] Need help

2012-05-09 Thread Jason H
a To: interest@qt-project.org Sent: Wednesday, May 9, 2012 2:31 AM Subject: [Interest] Need help Please give me some suggestions I am stuck in this problem. I want to implement a set of QTextEdit in 2 columns and multiple rows. Initially my sheet(QWIdget) will be blank, There will be a button a

[Interest] Need help

2012-05-08 Thread Sujan Dasmahapatra
Please give me some suggestions I am stuck in this problem. I want to implement a set of QTextEdit in 2 columns and multiple rows. Initially my sheet(QWIdget) will be blank, There will be a button at the top when pressing this button, a QTextEdit should be added on the sheet at row=0, column=0.