Re: [pgadmin-hackers] pgAdmin 4 commit: Update the runtime to properly support Windows.

2016-02-03 Thread Dave Page
Hi On Wed, Feb 3, 2016 at 5:24 AM, Neel Patel wrote: > Hi Dave, > > Below two minor changes. > > - We have added below statement two times in Qt project files so removed > the duplicate entry. > PY2_VERSION = $$find(PY_VERSION, "^2") Oops - my bad. > - Added some instructions in README

Re: [pgadmin-hackers] pgAdmin 4 commit: Update the runtime to properly support Windows.

2016-02-02 Thread Neel Patel
Hi Dave, Below two minor changes. - We have added below statement two times in Qt project files so removed the duplicate entry. PY2_VERSION = $$find(PY_VERSION, "^2") - Added some instructions in README file for the Windows system. Can you please review attached patch file and let us kn

[pgadmin-hackers] pgAdmin 4 commit: Update the runtime to properly support Windows.

2016-02-02 Thread Dave Page
Update the runtime to properly support Windows. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=efc8815ecb78b20318d18ba50588e63e554f053a Author: Neel Patel Modified Files -- runtime/Server.cpp | 13 +++-- runtime/pgAdmin4.