mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
add icon
This commit is contained in:
parent
58544d6e51
commit
d0f4bf72e4
@ -14,7 +14,6 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||||||
ui(new Ui::MainWindow)
|
ui(new Ui::MainWindow)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
QWidget::setWindowIcon(QIcon("gpuonfire.svg"));
|
|
||||||
|
|
||||||
checkForRoot();
|
checkForRoot();
|
||||||
checkForProfiles();
|
checkForProfiles();
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>TuxClocker</string>
|
<string>TuxClocker</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="windowIcon">
|
||||||
|
<iconset resource="resources.qrc">
|
||||||
|
<normaloff>:/icons/gpuonfire.svg</normaloff>:/icons/gpuonfire.svg</iconset>
|
||||||
|
</property>
|
||||||
<widget class="QWidget" name="centralWidget">
|
<widget class="QWidget" name="centralWidget">
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
|
@ -53,6 +53,7 @@ INCLUDEPATH += "/usr/lib"
|
|||||||
INCLUDEPATH += $$(INCLUDEPATH)
|
INCLUDEPATH += $$(INCLUDEPATH)
|
||||||
|
|
||||||
LIBS += -lXext -lXNVCtrl -lX11 -lnvidia-ml
|
LIBS += -lXext -lXNVCtrl -lX11 -lnvidia-ml
|
||||||
|
|
||||||
# Default rules for deployment.
|
# Default rules for deployment.
|
||||||
qnx: target.path = /tmp/$${TARGET}/bin
|
qnx: target.path = /tmp/$${TARGET}/bin
|
||||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user