PDA

View Full Version : How to get Module path.



phillip_Qt
26th October 2007, 07:13
Hi All,
can any body tell me how to get Dll path in Qt?
Thank you all in advance.

ChristianEhrlicher
26th October 2007, 07:33
No way to do this with Qt.
The only information you can get is the application path -> QCoreApplication::applicationDirPath()