Jake W
Jake W
I encountered the same issue. Once a notification message disappears and goes to Windows Action Center, click event is not triggered when clicking on the notification from Action Center.
As mentioned in the message, you will need to specify the location of `Qt5NetworkConfig.cmake `: Something like this should work: ``` cd ${QHTTPENGINE_SRC_DIR}/build cmake .. -DQt5Network_DIR=${QT_BIN_DIR}/../lib/cmake/Qt5Network/ -DCMAKE_INSTALL_PREFIX=[your_install_dir] make make install...
Perhaps try with a pull request?
I realised the situation might be different between Windows and Mac OS X. On Windows, perhaps the solution could be to implement this auto-launching inside the installer, e.g. MSI or...
I would be nice to be able to update from a ZIP file and re-launch automatically. For now, it's enough to implement that in the Windows installer for me. I...
The latest plugin code doesn’t include anything related to Eclipse any more. So it will be all configurations in Gradle and Eclipse. On Wed, 16 Jun 2021 at 9:36 pm,...
Looks like a classpath conflict? Are you able to find this class `org/apache/tools/ant/types/ZipScanner` in your classpath?
A sample project of using JDK 11 has been arranged in #59
Looks like only two compiler options of GWT 2.9.0 are missing: ``` -[no]checkAssertions Include assert statements in compiled output. (defaults to OFF) -setProperty Set the values of a property in...
Good finding. But it seems not a showstopper, just a few empty directories created? Anyway, pull request is welcome :)