Re: [pgAdmin4][runtime]: Fix #1310 - Application icon missing from runtime - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgAdmin4][runtime]: Fix #1310 - Application icon missing from runtime
Date
Msg-id CA+OCxozFpPEbWVDN6dQFQ5yg9=Dzw3-3J2cqxvFq6ib5acgKcw@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][runtime]: Fix #1310 - Application icon missing from runtime  (Neel Patel <neel.patel@enterprisedb.com>)
List pgadmin-hackers
Thanks - pushed.

On Wed, Jun 8, 2016 at 9:44 AM, Neel Patel <neel.patel@enterprisedb.com> wrote:
> Hi,
>
> Please find attached patch file for the fix of issue #1310.
>
> Issue :-
>
> Application icon is missing from runtime title bar when the exe is built on
> windows.
>
> Solution:-
>
> Qt5 :-
>
> Qt5 handle it automatically by adding RC_ICONS flag which contains the path
> of pgAdmin4.ico file to Qt project file.
>
> Qt 4 :-
>
> We need to create pgAdmin4.rc file which contains pgAdmin4.ico file path to
> RC_FILE flag and we have to add this flag to Qt project file.
>
> Do let us know for comments.
>
> Thanks,
> Neel Patel
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Icon for the Windows runtime executable. Fixes #1310
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Windows installer!