Comment 7 for bug 902115

Revision history for this message
Joe Mulloy (jdmulloy) wrote : Re: OpenLP will not start on Fedora 16 with Impress enabled

It's not python-qt4, it's QT4 itself. I've attached the code that proves it. It's pretty much a C++ version of the python program I posted earlier. It runs fine in openSUSE 12.1 and crashes in openSUSE 12.2 in the exact same way the python example and OpenLP crash.

To build it you'll need your distro's C++ and QT4 development packages.

Follow these steps to build

mkdir qprocess_c++_test
cd qprocess_c++_test
<Put the file in this directory>
qmake -project
qmake qprocess_c++_test.pro
make