diff --git a/OpenRGB.pro b/OpenRGB.pro index dfd914ac..97727337 100644 --- a/OpenRGB.pro +++ b/OpenRGB.pro @@ -5,6 +5,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = OpenRGB TEMPLATE = app +RC_ICONS = qt/OpenRGB.ico + INCLUDEPATH += \ dependencies/libe131/src/ \ i2c_smbus/ \ diff --git a/qt/OpenRGB.ico b/qt/OpenRGB.ico new file mode 100644 index 00000000..00f8b96e Binary files /dev/null and b/qt/OpenRGB.ico differ