Yes, this is my .pro file:
SOURCES += main.cpp \
maingui.cpp
HEADERS += maingui.h \
ui_gui.h
TEMPLATE = app
CONFIG += warn_on \
thread \
qt
TARGET = ../bin/mencodergui
RESOURCES = application.qrc
FORMS += gui.ui
SOURCES += main.cpp \
maingui.cpp
HEADERS += maingui.h \
ui_gui.h
TEMPLATE = app
CONFIG += warn_on \
thread \
qt
TARGET = ../bin/mencodergui
RESOURCES = application.qrc
FORMS += gui.ui
To copy to clipboard, switch view to plain text mode
I have designed the GUI using QT Designer.
The Preview showed by Designer shows the icons, but the program compiled with KDevelop, HaiQ or manually using qmake and make doesn't show the icons.
Bookmarks