have the same problem. How to correct this trouble? When i start app all icons from buttons disappear. But in editor i see them. My *.pro file

Qt Code:
  1. QT += phonon \
  2. multimedia
  3. TARGET = CorePlayer
  4. TEMPLATE = app
  5. DESTDIR = ../Qplayer/bin
  6. SOURCES += src/main.cpp \
  7. src/mainwindow.cpp \
  8. src/widesearch.cpp
  9. HEADERS += src/mainwindow.h \
  10. src/widesearch.h
  11. FORMS += src/mainwindow.ui \
  12. src/tageditor.ui
  13. RESOURCES += images/coreplayer.qrc
  14.  
  15.  
  16.  
  17.  
  18. win32 {
  19. INCLUDEPATH += src/taglib-1.6.3-mingw-bin/include \
  20. INCLUDEPATH += src/flac-1.2.1-devel-win/include \
  21.  
  22. LIBS += ../Qplayer/src/taglib-1.6.3-mingw-bin/lib/libtag.dll.a
  23. LIBS += ../Qplayer/src/flac-1.2.1-devel-win/lib/libFLAC.lib
  24.  
  25. }
  26.  
  27. OTHER_FILES +=
  28.  
  29. OBJECTS_DIR = $${DESTDIR}/obj
  30. MOC_DIR = $${DESTDIR}/obj
  31. RCC_DIR = $${DESTDIR}/obj
  32. UI_DIR = ./src/
To copy to clipboard, switch view to plain text mode