Skip to content

Commit

Permalink
build: fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed May 19, 2023
1 parent 7220477 commit b24d4f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/LogAnalyzer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ unix {
# icons.files += images/icons/*

i18n.path = $$DATADIR/qt5/translations
i18n.files += languages/*.qm

icons.path = $$DATADIR/icons/hicolor
icons.files += images/icons/*
icons.path = $$DATADIR/icons/hicolor/scalable/apps
icons.files += LogAnalyzer.svg
}

DEFINES += QAPPLICATION_CLASS=QApplication

0 comments on commit b24d4f8

Please sign in to comment.