On Sat, Nov 12, 2016 at 9:28 AM, Walter Nordmann <wnordm...@gmx.de> wrote: > >> Hmm, I'm not an Ubuntu user, but I grabbed a copy and gave it a try >> and found I needed to install the following: >> >> qt5-default >> python-dev >> libqt5webkit5-dev > > That's what i had to install too. Before the make. >> >> That was enough to build the runtime - of course, there's more to do >> to get the Python side going, but the README should help with that. > > don't think, that's a python problem. > > i can't find any package for qt5 with QtGui/QAction. Only QtWidgets/QAction > > see > > #apt-file search QAction > libqt4-dev: /usr/include/qt4/QtGui/QAction > libqt4-dev: /usr/include/qt4/QtGui/QActionEvent > libqt4-dev: /usr/include/qt4/QtGui/QActionGroup > libqt53drender5-gles: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QAction > libqt53drender5-gles: > /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QActionInput > libunity-scopes-qt-dev: > /usr/include/unity-scopes-qt-0.2/unity/scopes/qt/QActionMetadata.h > qt3d5-dev: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QAction > qt3d5-dev: /usr/include/x86_64-linux-gnu/qt5/Qt3DInput/QActionInput > qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtGui/QActionEvent > qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAction > qtbase5-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QActionGroup > qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtGui/QActionEvent > qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAction > qtbase5-gles-dev: /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QActionGroup > #
That's basically what I get as well. Note that the file you're having issues with is ui_ConfigWindow.h which is actually auto-generated. In the Makefile that's created by qmake, I have the following to create that. What do you get? ui_ConfigWindow.h: ConfigWindow.ui /usr/lib/x86_64-linux-gnu/qt5/bin/uic ConfigWindow.ui -o ui_ConfigWindow.h > i'll wait until somebody created a package for ubuntu 16.10 yaketti :( -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support