Quote Originally Posted by sonuani View Post
Where r u adding ur Q_INIT_RESOURCE??
The structure is like this.

Projece
|----|-.cpp file
| |-.qrc file, qss files
| |-.h file (This module is dll)
|
|
|----|-.cpp file. here ive put Q_INIT_RESOURCE inside main() . and this module is exe.
| |-.h file

Am i right?