[Qgis-user] Implement QGIS source

2017-11-08 Thread Arun Bharathi
Hi,
I am new to QGIS open source software. I have adequate knowledge in Qt C++.
I need to implement QGIS open source code in Qt C++ windows. Plz help me.

Thanks and Regards.
P.Arun Bharathi
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Implement QGIS source

2017-11-08 Thread Tudorache, Marian
Hi Arun,

What does it mean to implement QGIS open source code in QT C++ windows?
Does it mean to install QGIS in windows?

Thanks,
marian

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Arun 
Bharathi
Sent: November-08-17 7:14 AM
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Implement QGIS source

Hi,
I am new to QGIS open source software. I have adequate knowledge in Qt C++. I 
need to implement QGIS open source code in Qt C++ windows. Plz help me.

Thanks and Regards.
P.Arun Bharathi




This electronic message, as well as any transmitted files included in the 
electronic message, may contain privileged or confidential information and is 
intended solely for the use of the individual(s) or entity to which it is 
addressed. If you have received this electronic message in error please notify 
the sender immediately and delete the electronic message. Any unauthorized 
copying, disclosure or distribution of the electronic message is strictly 
forbidden. NAV CANADA accepts no liability for any damage caused by any virus 
and/or other malicious code transmitted by this electronic communication.

Le présent message électronique et tout fichier qui peut y être joint peuvent 
contenir des renseignements privilégiés ou confidentiels destinés à l’usage 
exclusif des personnes ou des organismes à qui ils s’adressent. Si vous avez 
reçu ce message électronique par erreur, veuillez en informer l’expéditeur 
immédiatement et supprimez le. Toute reproduction, divulgation ou distribution 
du présent message électronique est strictement interdite. NAV CANADA n’assume 
aucune responsabilité en cas de dommage causé par tout virus ou autre programme 
malveillant transmis par ce message électronique.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Implement QGIS source

2017-11-08 Thread Arun Bharathi
Hi Marian,
Yes. I need to build and execute QGIS open source in Qt windows.

On Nov 8, 2017 7:36 PM, "Tudorache, Marian" 
wrote:

Hi Arun,



What does it mean to implement QGIS open source code in QT C++ windows?

Does it mean to install QGIS in windows?



Thanks,

marian



*From:* Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On
Behalf Of *Arun
Bharathi
*Sent:* November-08-17 7:14 AM
*To:* qgis-user@lists.osgeo.org
*Subject:* [Qgis-user] Implement QGIS source



Hi,

I am new to QGIS open source software. I have adequate knowledge in Qt C++.
I need to implement QGIS open source code in Qt C++ windows. Plz help me.


Thanks and Regards.
P.Arun Bharathi



--

This electronic message, as well as any transmitted files included in the
electronic message, may contain privileged or confidential information and
is intended solely for the use of the individual(s) or entity to which it
is addressed. If you have received this electronic message in error please
notify the sender immediately and delete the electronic message. Any
unauthorized copying, disclosure or distribution of the electronic message
is strictly forbidden. NAV CANADA accepts no liability for any damage
caused by any virus and/or other malicious code transmitted by this
electronic communication.

Le présent message électronique et tout fichier qui peut y être joint
peuvent contenir des renseignements privilégiés ou confidentiels destinés à
l’usage exclusif des personnes ou des organismes à qui ils s’adressent. Si
vous avez reçu ce message électronique par erreur, veuillez en informer
l’expéditeur immédiatement et supprimez le. Toute reproduction, divulgation
ou distribution du présent message électronique est strictement interdite.
NAV CANADA n’assume aucune responsabilité en cas de dommage causé par tout
virus ou autre programme malveillant transmis par ce message électronique.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Implement QGIS source

2017-11-08 Thread Richard Duivenvoorde
On 08-11-17 15:30, Arun Bharathi wrote:
> Hi Marian,
> Yes. I need to build and execute QGIS open source in Qt windows.

Install build instructions are here:

https://github.com/qgis/QGIS/blob/master/INSTALL

Not sure if the Windows part is up to date though.
On Linux, given you have all dependencies installed you can just fire up
QtCreator and point to the CMakeLists.txt  of the repo.

On Windows I think (Windows devs, please correct me) it is easiest to
get all the dependencies by using Osgeo4W.

See ms-windows dir in root of QGIS repository.

Regards,

Richard
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Implement QGIS source

2017-11-16 Thread Arun Bharathi
Hi,

I have compiled QGIS open source in visual studio 2013. But I am getting
more errors and also I am not getting the meaning of the following sentence
found in your help file (under section 4.1.3. Setting up the Visual Studio
project with CMake).

After the build completed you should install QGIS using the INSTALL target.

Install QGIS by building the INSTALL project. By default this will install
to c:\Program Files\qgis (this can be changed by changing the
CMAKE_INSTALL_PREFIX variable in cmake-gui).

Thanks and Regards.
P.Arun Bharathi


On Wed, Nov 8, 2017 at 8:00 PM, Arun Bharathi 
wrote:

> Hi Marian,
> Yes. I need to build and execute QGIS open source in Qt windows.
>
>
> On Nov 8, 2017 7:36 PM, "Tudorache, Marian" 
> wrote:
>
> Hi Arun,
>
>
>
> What does it mean to implement QGIS open source code in QT C++ windows?
>
> Does it mean to install QGIS in windows?
>
>
>
> Thanks,
>
> marian
>
>
>
> *From:* Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf
> Of *Arun Bharathi
> *Sent:* November-08-17 7:14 AM
> *To:* qgis-user@lists.osgeo.org
> *Subject:* [Qgis-user] Implement QGIS source
>
>
>
> Hi,
>
> I am new to QGIS open source software. I have adequate knowledge in Qt
> C++. I need to implement QGIS open source code in Qt C++ windows. Plz help
> me.
>
>
> Thanks and Regards.
> P.Arun Bharathi
>
>
>
> --
>
> This electronic message, as well as any transmitted files included in the
> electronic message, may contain privileged or confidential information and
> is intended solely for the use of the individual(s) or entity to which it
> is addressed. If you have received this electronic message in error please
> notify the sender immediately and delete the electronic message. Any
> unauthorized copying, disclosure or distribution of the electronic message
> is strictly forbidden. NAV CANADA accepts no liability for any damage
> caused by any virus and/or other malicious code transmitted by this
> electronic communication.
>
> Le présent message électronique et tout fichier qui peut y être joint
> peuvent contenir des renseignements privilégiés ou confidentiels destinés à
> l’usage exclusif des personnes ou des organismes à qui ils s’adressent. Si
> vous avez reçu ce message électronique par erreur, veuillez en informer
> l’expéditeur immédiatement et supprimez le. Toute reproduction, divulgation
> ou distribution du présent message électronique est strictement interdite.
> NAV CANADA n’assume aucune responsabilité en cas de dommage causé par tout
> virus ou autre programme malveillant transmis par ce message électronique.
>
>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Implement QGIS source

2017-11-16 Thread Richard Duivenvoorde
Hi Arun,

It is really better to address this kind of developer questions to the
QGIS-Developer list. This is the QGIS-User list, where most readers USE
qgis instead of Develop.

Regards,

Richard Duivenvoorde

On 16-11-17 12:49, Arun Bharathi wrote:
> Hi,
> 
> I have compiled QGIS open source in visual studio 2013. But I am getting
> more errors and also I am not getting the meaning of the following
> sentence found in your help file (under section 4.1.3. Setting up the
> Visual Studio project with CMake).
> 
> After the build completed you should install QGIS using the INSTALL target.
> 
> Install QGIS by building the INSTALL project. By default this will
> install to c:\Program Files\qgis (this can be changed by
> changing the CMAKE_INSTALL_PREFIX variable in cmake-gui).
> 
> 
> Thanks and Regards.
> P.Arun Bharathi
> 
> 
> On Wed, Nov 8, 2017 at 8:00 PM, Arun Bharathi  > wrote:
> 
> Hi Marian,
> Yes. I need to build and execute QGIS open source in Qt windows.
> 
> 
> On Nov 8, 2017 7:36 PM, "Tudorache, Marian"
>  > wrote:
> 
> Hi Arun,
> 
> __ __
> 
> What does it mean to implement QGIS open source code in QT C++
> windows?
> 
> Does it mean to install QGIS in windows?
> 
> __ __
> 
> Thanks,
> 
> marian
> 
> __ __
> 
> *From:*Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org
> ] *On Behalf Of *Arun
> Bharathi
> *Sent:* November-08-17 7:14 AM
> *To:* qgis-user@lists.osgeo.org 
> *Subject:* [Qgis-user] Implement QGIS source
> 
> __ __
> 
> Hi,
> 
> I am new to QGIS open source software. I have adequate knowledge
> in Qt C++. I need to implement QGIS open source code in Qt C++
> windows. Plz help me.
> 
> 
> 
> 
> Thanks and Regards.
> P.Arun Bharathi
> 
> __ __
> 
> 
> 
> 
> 
> This electronic message, as well as any transmitted files
> included in the electronic message, may contain privileged or
> confidential information and is intended solely for the use of
> the individual(s) or entity to which it is addressed. If you
> have received this electronic message in error please notify the
> sender immediately and delete the electronic message. Any
> unauthorized copying, disclosure or distribution of the
> electronic message is strictly forbidden. NAV CANADA accepts no
> liability for any damage caused by any virus and/or other
> malicious code transmitted by this electronic communication.
> 
> Le présent message électronique et tout fichier qui peut y être
> joint peuvent contenir des renseignements privilégiés ou
> confidentiels destinés à l’usage exclusif des personnes ou des
> organismes à qui ils s’adressent. Si vous avez reçu ce message
> électronique par erreur, veuillez en informer l’expéditeur
> immédiatement et supprimez le. Toute reproduction, divulgation
> ou distribution du présent message électronique est strictement
> interdite. NAV CANADA n’assume aucune responsabilité en cas de
> dommage causé par tout virus ou autre programme malveillant
> transmis par ce message électronique.
> 
> 
> 
> 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Implement QGIS source

2017-11-16 Thread Tudorache, Marian
I think it refers to run make install script which allows to deploy QGIS on 
your machine.
This is how I used to do in Linux.

If you want your QGIS in a windows machine why don`t use QGIS installers.
http://www.qgis.org/en/site/forusers/download.html

Thanks,
marian

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Arun 
Bharathi
Sent: November-16-17 6:49 AM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Implement QGIS source

Hi,

I have compiled QGIS open source in visual studio 2013. But I am getting more 
errors and also I am not getting the meaning of the following sentence found in 
your help file (under section 4.1.3. Setting up the Visual Studio project with 
CMake).


After the build completed you should install QGIS using the INSTALL target.

Install QGIS by building the INSTALL project. By default this will install to 
c:\Program Files\qgis (this can be changed by changing the 
CMAKE_INSTALL_PREFIX variable in cmake-gui).

Thanks and Regards.
P.Arun Bharathi


On Wed, Nov 8, 2017 at 8:00 PM, Arun Bharathi 
mailto:arunbharathi...@gmail.com>> wrote:
Hi Marian,
Yes. I need to build and execute QGIS open source in Qt windows.


On Nov 8, 2017 7:36 PM, "Tudorache, Marian" 
mailto:marian.tudora...@navcanada.ca>> wrote:
Hi Arun,

What does it mean to implement QGIS open source code in QT C++ windows?
Does it mean to install QGIS in windows?

Thanks,
marian

From: Qgis-user 
[mailto:qgis-user-boun...@lists.osgeo.org<mailto:qgis-user-boun...@lists.osgeo.org>]
 On Behalf Of Arun Bharathi
Sent: November-08-17 7:14 AM
To: qgis-user@lists.osgeo.org<mailto:qgis-user@lists.osgeo.org>
Subject: [Qgis-user] Implement QGIS source

Hi,
I am new to QGIS open source software. I have adequate knowledge in Qt C++. I 
need to implement QGIS open source code in Qt C++ windows. Plz help me.

Thanks and Regards.
P.Arun Bharathi




This electronic message, as well as any transmitted files included in the 
electronic message, may contain privileged or confidential information and is 
intended solely for the use of the individual(s) or entity to which it is 
addressed. If you have received this electronic message in error please notify 
the sender immediately and delete the electronic message. Any unauthorized 
copying, disclosure or distribution of the electronic message is strictly 
forbidden. NAV CANADA accepts no liability for any damage caused by any virus 
and/or other malicious code transmitted by this electronic communication.

Le présent message électronique et tout fichier qui peut y être joint peuvent 
contenir des renseignements privilégiés ou confidentiels destinés à l’usage 
exclusif des personnes ou des organismes à qui ils s’adressent. Si vous avez 
reçu ce message électronique par erreur, veuillez en informer l’expéditeur 
immédiatement et supprimez le. Toute reproduction, divulgation ou distribution 
du présent message électronique est strictement interdite. NAV CANADA n’assume 
aucune responsabilité en cas de dommage causé par tout virus ou autre programme 
malveillant transmis par ce message électronique.


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user