Skip to content

Commit

Permalink
Добавлена иконка
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler committed Sep 21, 2014
1 parent 44298fc commit 929c487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Trievo.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ QMAKE_CXXFLAGS += -fopenmp
win32:RC_FILE = myapp.rc

OTHER_FILES += \
icon.ico
icon.ico \
myapp.rc
1 change: 1 addition & 0 deletions myapp.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "icon.ico"

0 comments on commit 929c487

Please sign in to comment.