Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Efrem Mc
08/how-to-create-64-bit-cc-windows-program.html > > http://www.areaofthoughts.com/2013/09/how-to-setup-64-bit-qt-511-for-use-with.html > > > > > From: A Z > To: "us...@netbeans.incubator.apache.org" > > Sent: Tuesday, March 27, 2

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Валера Солдатов
7, 2018 5:58 PM *Subject:* C++ in Netbeans on Windows requires qmake. I am running Netbeans 8.2. I am also a  64 bit Windows 10 user. I have learned that I cannot build my C++ projects without qmake working.  However, I have learned that the only way to obtain this from Qt seems to be via a huge 2Gb do

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Mark Wilmoth
: "us...@netbeans.incubator.apache.org" Sent: Thursday, March 29, 2018 11:35 AM Subject: Re: C++ in Netbeans on Windows requires qmake. Use QT packages that come with MSYS2, but you don't need it if you are not compiling QT projects. See how to install them below:  http://www.areaofthou

Re: C++ in Netbeans on Windows requires qmake.

2018-03-29 Thread Mark Wilmoth
.html   From: A Z To: "us...@netbeans.incubator.apache.org" Sent: Tuesday, March 27, 2018 5:58 PM Subject: C++ in Netbeans on Windows requires qmake. #yiv7282438304 P {margin-top:0;margin-bottom:0;}I am running Netbeans 8.2. I am also a  64 bit Windows 10 user.  I have

C++ in Netbeans on Windows requires qmake.

2018-03-27 Thread A Z
I am running Netbeans 8.2. I am also a 64 bit Windows 10 user. I have learned that I cannot build my C++ projects without qmake working. However, I have learned that the only way to obtain this from Qt seems to be via a huge 2Gb download (or even larger). It also seems that the open source Qt do

Re: C++ in Netbeans on Windows requires qmake.

2018-03-27 Thread Efrem Mc
Thank you for that clarification. I used both Cygwin and MinGW for Netbeans 8.2 - NB 6.1 on Windows. Thanks Banepa to set the record straight! Efrem On Tue, Mar 27, 2018 at 1:23 PM, Валера Солдатов wrote: > 27.03.2018 5:25, A Z пишет: > > I am a 64 bit Windows 10 user. I have learned that I c

Re: C++ in Netbeans on Windows requires qmake.

2018-03-27 Thread Валера Солдатов
27.03.2018 5:25, A Z пишет: I am a 64 bit Windows 10 user.  I have learned that I cannot build my c++ projects without qmake working.  However, I have learned that the only way to obtain this from Qt seems to be via a huge 2Gb download (or even larger).  Can someone please reply back to me with a

Re: C++ in Netbeans on Windows requires qmake.

2018-03-27 Thread Efrem Mc
Sorry for the multiple emails. Here is a link to https://cygwin.com/index.html I recall the installation took a long time. On Tue, Mar 27, 2018 at 3:32 AM, Efrem Mc wrote: > I have not tested this within NetBeans. I used either CYGWIN in the > past with NetBeans. Dev-CPP uses a differen

Re: C++ in Netbeans on Windows requires qmake.

2018-03-27 Thread Efrem Mc
I have not tested this within NetBeans. I used either CYGWIN in the past with NetBeans. Dev-CPP uses a different library, MinGW. You might have to use Qt. Regards, On Tue, Mar 27, 2018 at 3:06 AM, Efrem Mc wrote: > Hi, I am not sure what you are compiling that requires qmake. > > qmake is a

Re: C++ in Netbeans on Windows requires qmake.

2018-03-27 Thread Efrem Mc
Hi, I am not sure what you are compiling that requires qmake. qmake is available from Qt. I use version 5.6, 5.7, and 5.8. I believe 5.10 is out now. Source: https://www.qt.io/download I use a basic CPP /C++ package named Dev-C++ source: https://sourceforge.net/projects/orwelldevcpp/?source=na

C++ in Netbeans on Windows requires qmake.

2018-03-26 Thread A Z
I am a 64 bit Windows 10 user. I have learned that I cannot build my c++ projects without qmake working. However, I have learned that the only way to obtain this from Qt seems to be via a huge 2Gb download (or even larger). Can someone please reply back to me with a compatible, much smaller, ver