Hello
I have following problem with Qt 4.3.1 on windows XP plaftorm.
I am using svg module to draw icons on buttons from embedded resources.
When I run program everything works ok. Svg modules are loaded correctly (plugins\iconengines\qsvg4.dll).
But when I install program on other machine then plugin is not loaded.
I have added proper path by
QCoreApplication::addLibraryPath(QCoreApplication: :applicationDirPath()+QString("/plugins"));
and copy plugin directory to the directory with app (as I always did when usiong for ex. sqlite plugin) but module is not loaded. Do I need to do enything extra to make Qt to use that plugin? Or maybe im missing something?
Forgot to mention:
I am using MinGw.


 
					
					 
							
						 
    
    
    
    
    
    
   
    
    
       
    
    
    
    
   Qt 4.3.1 Windows Svg plugin problem
 Qt 4.3.1 Windows Svg plugin problem
		 
				
				
				
					 Reply With Quote
  Reply With Quote 
							
								
 
    
    
       
    
    
    
    
   
    
    
       
    
   Re: Qt 4.3.1 Windows Svg plugin problem
 Re: Qt 4.3.1 Windows Svg plugin problem
		 Originally Posted by tzioboro
 Originally Posted by tzioboro
					

Bookmarks