[Qt-interest] release and debug png problem
Marek Bronowicki
marek at cyberdeus.pl
Mon Jun 14 15:29:52 CEST 2010
Problem solved.
I don't know where or why, but it had something like cache.
I removed the obrazki.qrc file, made totally new resource file and
voila. Every image is visible now.
I don't understand it, but it's now ok.
Regards,
Marek Bronowicki
W dniu 2010-06-13 20:49, Marek Bronowicki pisze:
> Hello
>
> I have a little problem with my soft.
> I have few png icons from resources in toolbar. When I recompile it with
> DEBUG I see all icons. After recompiling it to RELEASE. Icons dissapeared.
> I try to show all things that should be urgent for this case:
>
> Windows Vista
> this is a devel machine
> QT 4.6.2 opensource recompiled FOR MSVC2008 Express by me with
> "-debug-and-release -opensource -stl -phonon -openssl-linked
> -multimedia" flags.
> Created a toolbar with QT Creator 1.3.
> When I change build configuration to debug it works just ok. changing to
> release makes icons non-visible.
>
> my .pro file is below
> # -------------------------------------------------
> # Project created by QtCreator 2010-03-02T18:58:19
> # -------------------------------------------------
> RC_FILE = soft.rc
> include(QtSingleApplication/qtsingleapplication.pri)
> include(D:/projekty/CYBERDEUS/db/db.pri)
> QT += sql
> CONFIG += crypto
> TARGET = soft
> TEMPLATE = app
> SOURCES += main.cpp \
> oknoglowne.cpp
> HEADERS += oknoglowne.h
> FORMS += oknoglowne.ui
> RESOURCES += obrazki.qrc
>
> Any ideas?
>
> Best Regards,
> Marek Bronowicki
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list