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