[Qt-interest] Problem with my first deployment

huzifa trkawi huzifa30 at yahoo.co.uk
Thu Feb 11 19:21:53 CET 2010


hi folks : 

i build a small application just to try it's deployment process on other 
machine and things get very ugly their and i am in desperate need of help . 
my application is simple dialog and retrieve data from sqlite db and 
also depend on the following dll : QTCore4 QtGui4 QtSql4 and one plug-in 
qsqlite4.dll 
i packaged those dll's with the executable & redistributables in setup 
file and went to target machine , windows show me big error message , 
when i used dependecy walker he showed me that dwmapi.dll is missing , i 
uninstall IE7 as one programmer advice me on one blog . 
finally me program get executed with error message before dialog showed 
up " can't load data base driver " 
here is my pro file : 

TEMPLATE = app 
QT += sql
CONFIG -= release
LIBS += QtGui4.lib \
        qtmain.lib \
        QtSql4.lib \
        QtCore4.lib \        
        D:\qt\plugins\sqldrivers\qsqlite4.lib
TARGET =
DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += Dialog.h
FORMS += samplePro.ui
SOURCES += dialog.cpp main.cpp


iam using MSVS2005 SP1 on Win-xp sp3    and qt 4.2.3
thanks for he


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100211/6a070a0b/attachment.html 


More information about the Qt-interest-old mailing list