mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Use RC_ICONS for icon (#677)
This commit is contained in:
parent
2e97d3fa5a
commit
ebc9b3e8bb
@ -15,7 +15,7 @@ lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
|
|||||||
ICON = img/cutter.icns
|
ICON = img/cutter.icns
|
||||||
|
|
||||||
# Icon/resources for Windows
|
# Icon/resources for Windows
|
||||||
RC_FILE = cutter.rc
|
win32: RC_ICONS = img/cutter.ico
|
||||||
|
|
||||||
QT += core gui widgets svg
|
QT += core gui widgets svg
|
||||||
QT_CONFIG -= no-pkg-config
|
QT_CONFIG -= no-pkg-config
|
||||||
|
@ -1 +0,0 @@
|
|||||||
IDI_ICON1 ICON "img/cutter.ico"
|
|
Loading…
Reference in New Issue
Block a user