Re: [Interest] #include

2020-05-03 Thread Glenn Ramsey
On 4/05/20 1:09 pm, Thiago Macieira wrote: > On Sunday, 3 May 2020 16:48:45 PDT Glenn Ramsey wrote: >> Qt is a cross platform C++ framework and presumably its users (who are C++ >> developers and not necessarily platform experts) expect some sort of >> insulation from platform issues. In this case

Re: [Interest] #include

2020-05-03 Thread Thiago Macieira
On Sunday, 3 May 2020 16:48:45 PDT Glenn Ramsey wrote: > Qt is a cross platform C++ framework and presumably its users (who are C++ > developers and not necessarily platform experts) expect some sort of > insulation from platform issues. In this case it is unavoidable so it would > be a courtesy

Re: [Interest] #include

2020-05-03 Thread Glenn Ramsey
On 2/05/20 11:40 am, Thiago Macieira wrote: > On sexta-feira, 1 de maio de 2020 15:32:57 PDT Glenn Ramsey wrote: >> Did I miss the documentation somewhere else or should I submit a bug report? > > Cocoa is an Objective C API. I think you're expected to know this if you're > including a header

Re: [Interest] #include

2020-05-01 Thread Thiago Macieira
On sexta-feira, 1 de maio de 2020 15:32:57 PDT Glenn Ramsey wrote: > Did I miss the documentation somewhere else or should I submit a bug report? Cocoa is an Objective C API. I think you're expected to know this if you're including a header that has a "Cocoa" in the name. -- Thiago Macieira -

Re: [Interest] #include

2020-05-01 Thread Glenn Ramsey
Thanks. It compiles after making that change. On a related point. I know this is an obscure platform specific part of Qt, but it was my expectation that Qt would insulate me from compilation issues such as this. Given that in this case it doesn't insulate me I would have expected to find the

Re: [Interest] #include

2020-05-01 Thread Jean-Michaël Celerier
.m is Objective-C, you want .mm (Objective-C++) AFAIK Best, On Fri, May 1, 2020 at 11:05 PM Glenn Ramsey wrote: > I created a myfile.m with #include > and > added that to my project. > > Now I get a compilation error: Qt requires C++11 support > > Glenn > > On 1/05/20 9:13 pm, Jean-Michaël

Re: [Interest] #include

2020-05-01 Thread Glenn Ramsey
I created a myfile.m with #include and added that to my project. Now I get a compilation error: Qt requires C++11 support Glenn On 1/05/20 9:13 pm, Jean-Michaël Celerier wrote: > Easiest fix may be to rename the file in which you're including that to .mm > instead of .cpp, then clang will

Re: [Interest] #include

2020-05-01 Thread Jean-Michaël Celerier
Easiest fix may be to rename the file in which you're including that to .mm instead of .cpp, then clang will treat it as Objective-C++ Best, Jean-Michaël On Fri, May 1, 2020 at 2:51 AM Glenn Ramsey wrote: > Hi, > > I'm wanting to get the native OpenGL context on

[Interest] #include

2020-04-30 Thread Glenn Ramsey
Hi, I'm wanting to get the native OpenGL context on macOS but when including I get the following error: In file included from .../qt-5.12.7/qtbase/include/QtPlatformHeaders/QCocoaNativeContext:1: .../qt-5.12.7/qtbase/include/QtPlatformHeaders/qcocoanativecontext.h:1: In file included from

[Interest] Include twitter-kit jar and/or cocopod

2018-01-22 Thread Kevin Mcintyre
Had a question about includes external libraries based on the build definition. I'm want to include twitter-kit. Is this possible for either Andoird or IOS platform. Thanks in advance, ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Include separate libraries with inlines in the Qt installers

2015-10-26 Thread Thiago Macieira via Interest
On Monday 26 October 2015 14:22:08 Matthew Woehlke via Interest wrote: > This was already discussed¹ (and generally poorly received as I > understood that thread). > > (¹ http://permalink.gmane.org/gmane.comp.lib.qt.devel/23572) The message from Dimitar was held in moderation for the interest

Re: [Interest] Include separate libraries with inlines in the Qt installers

2015-10-26 Thread Matthew Woehlke via Interest
On 2015-10-16 10:04, Dimitar Dobrev wrote: > Hello all, > I would like to ask your opinion about [QTBUG-48668] Include separate > libraries with inlines in the Qt installers - Qt Bug Tracker .I could > also use some guidelines in case I can help contribute such a feature. >

Re: [Interest] Include error in a ui generated code

2015-04-17 Thread Etienne Sandré-Chardonnal
Hi, I had some old QT4 build dir left in my PATH, thanks. I had tried adding -v to qmake parameters in my project settings, and it did return 5.4.1 so I did not expect that uic from qt4 was called. Thanks again, Etienne 2015-04-17 14:24 GMT+02:00 Andreas Pakulat ap...@gmx.de: Hi, The

Re: [Interest] Include error in a ui generated code

2015-04-17 Thread André Somers
Etienne Sandré-Chardonnal schreef op 17-4-2015 om 10:35: Dear all, I'm struggling with this compilation error since this morning: ui_mainwindow.h:13: error: QtGui/QAction: No such file or directory #include QtGui/QAction As the file name suggests, this is a header generated by qmake from a

Re: [Interest] Include error in a ui generated code

2015-04-17 Thread Andreas Pakulat
Hi, On Fri, Apr 17, 2015 at 10:35 AM, Etienne Sandré-Chardonnal etienne.san...@m4x.org wrote: Dear all, I'm struggling with this compilation error since this morning: ui_mainwindow.h:13: error: QtGui/QAction: No such file or directory #include QtGui/QAction As the file name suggests,

[Interest] #include QtWinExtras fails to compile for VS2012 with target XP

2015-01-09 Thread Steve Schilz
I have compiled Qt 5.4 from source for VS2012 with -platform win32-msvc2012 -target xp I have a dependency on QtWinExtras, and compilation fails due to a missing FORMATETC struct. If I #include ObjIdl.h before QtWinExtras everything succeeds. Steve Schilz Software Engineer PASCO scientific

[Interest] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Olivier Austina
Hello, I am compiling a client following the doc https://github.com/KDAB/KDSoap/tree/master/doc/manual .using window XP. I have copy and past the kdsoap.pri content in the client .pro file. (Perhaps I misunderstand the instruction ). I got the following errors : cannot find : -Cannot find

Re: [Interest] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Thiago Macieira
On quarta-feira, 19 de junho de 2013 21.27.10, Olivier Austina wrote: I got the following errors : cannot find : -Cannot find -lkdsoapd Looks like you're on Windows and trying to compile in debug mode, but you don't have kdsoap compiled in debug mode. You should either switch to release mode,

Re: [Interest] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Olivier Austina
Thanks to all of you. I have move to release mode. This is the errors I got: 23:44:30: Exécution des étapes pour le projet Currency... 23:44:30: Configuration inchangée, étape qmake sautée. 23:44:30: Débute : C:\MinGW\bin\mingw32-make.exe C:/MinGW/bin/mingw32-make -f Makefile.Release

Re: [Interest] Include the kdsoap.pri QMake include file in the project's .pro file

2013-06-19 Thread Olivier Austina
Hi, I forgot to send .pro file: #- # # Project created by QtCreator 2013-06-19T18:22:17 # #- #include(C:/KDSoap/kdsoap.pri) WSDL_DIR = generated include(kdsoap.pri ) #include(examples.pri )