Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#291 feedback pending An attempt to copy an empty directory breaks installation Yagiza
Description

If there are empty directories marked for copying during installation via INSTALLS directive in .pro, an attempt to copy such directory cause make to terminate with an error message, so installation process breaks.

#290 invalid QProcess Tellie
Description

Hi Dmitry,

Is QProcess::startDetached() even supported on OS/2?

Cause when running debug version i see: QWARN : Tests::initTestCase() QProcess: Destroyed while process is still running. QWARN : Tests::initTestCase() QProcess: Destroyed while process is still running. QWARN : Tests::initTestCase() QProcess: Destroyed while process is still running.

And notting happens ... It's working with Windows, alto thats what maintainer told me.

#289 fixed Fix plugin load failures Dmitry A. Kuminov
Description

Qt core caches plugin information once it tries to load a Qt plugin. If, at this time, the plugin cannot be loaded (i.e. due to missing dependencies among DLLs), an entry saying that the plugin is invalid will be stored in the cache (and taken from there next time the plugin is loaded). This cache is not updated until the plugin DLL timestamp changes (or the cache is manually cleared). As a result, even if later all DLL dependencies are satisfied, Qt will still refuse to use it giving a message like "The file XXX.DLL is not a valid Qt plugin."

This is completely wrong and needs to be fixed. It's a generic Qt problem.

The workaround for this problem is to manually clear the cache entry for the plugin which is stored in %HOME%/.config/Trolltech.ini or just delete this file completely - it will be recreated next time a Qt application starts.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.