i think no. please excuse me, but can you explain clearly what you mean by "with debug libraries" to ensure that i had the good answer. thanks for your reply.

if that can help you, here is the entire contents of my .pro file. maybe you'll find the answer in it.



TEMPLATE = app
TARGET = QtWeb
DESTDIR = ./release
QT += network xml webkit
CONFIG += static
QTPLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs qico
DEFINES += QT_NO_UITOOLS

INCLUDEPATH += ./tmp/moc/release_static \
. \
./tmp/moc/Release_static \
./tmp/rcc/Release_static

DEPENDPATH += .
MOC_DIR += ./tmp/moc/release_static
OBJECTS_DIR += release
UI_DIR += .
RCC_DIR += ./tmp/rcc/release_static

#Include file(s)
include(QtWeb.pri)

#Windows resource file
win32:RC_FILE = QtWeb.rc
macx {
QMAKE_CXXFLAGS = -fvisibility=hidden -fvisibility-inlines-hidden
ICON = qtweb.icns
}

message("qmake finished.")

OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog

thanks again for quick reply.

i think no. please excuse me, but can you explain clearly what you mean by "with debug libraries" to ensure that i had the good answer. thanks for your reply.

if that can help you, here is the entire contents of my .pro file. maybe you'll find the answer in it.



TEMPLATE = app
TARGET = QtWeb
DESTDIR = ./release
QT += network xml webkit
CONFIG += static
QTPLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs qico
DEFINES += QT_NO_UITOOLS

INCLUDEPATH += ./tmp/moc/release_static \
. \
./tmp/moc/Release_static \
./tmp/rcc/Release_static

DEPENDPATH += .
MOC_DIR += ./tmp/moc/release_static
OBJECTS_DIR += release
UI_DIR += .
RCC_DIR += ./tmp/rcc/release_static

#Include file(s)
include(QtWeb.pri)

#Windows resource file
win32:RC_FILE = QtWeb.rc
macx {
QMAKE_CXXFLAGS = -fvisibility=hidden -fvisibility-inlines-hidden
ICON = qtweb.icns
}

message("qmake finished.")

OTHER_FILES += \
qtc_packaging/debian_harmattan/rules \
qtc_packaging/debian_harmattan/README \
qtc_packaging/debian_harmattan/manifest.aegis \
qtc_packaging/debian_harmattan/copyright \
qtc_packaging/debian_harmattan/control \
qtc_packaging/debian_harmattan/compat \
qtc_packaging/debian_harmattan/changelog

thanks again for quick reply.