This commit is contained in:
jussi 2019-01-31 14:25:44 +02:00
parent 58544d6e51
commit d0f4bf72e4
3 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,6 @@ MainWindow::MainWindow(QWidget *parent) :
ui(new Ui::MainWindow)
{
ui->setupUi(this);
QWidget::setWindowIcon(QIcon("gpuonfire.svg"));
checkForRoot();
checkForProfiles();

View File

@ -13,6 +13,10 @@
<property name="windowTitle">
<string>TuxClocker</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/icons/gpuonfire.svg</normaloff>:/icons/gpuonfire.svg</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">

View File

@ -53,6 +53,7 @@ INCLUDEPATH += "/usr/lib"
INCLUDEPATH += $$(INCLUDEPATH)
LIBS += -lXext -lXNVCtrl -lX11 -lnvidia-ml
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin