Skip to content

Commit

Permalink
sample application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pypt committed Jun 1, 2012
1 parent 23cac98 commit 629a3ed
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 4 deletions.
15 changes: 11 additions & 4 deletions sample/Sample.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,27 @@
# Sample Fervor application
# ------------------------------------------------

QT += core gui webkit
QT += core gui

TARGET = Sample
VERSION = 1.0
TEMPLATE = app

mac:ICON = sample.icns
win32:RC_FILE = sample.rc


# Fervor autoupdater
# (set TARGET and VERSION of your app before including Fervor.pri)
!include("../Fervor.pri") {
error("Unable to include Fervor autoupdater.")
}


SOURCES += main.cpp\
# The sample application
SOURCES += main.cpp \
mainwindow.cpp

HEADERS += mainwindow.h
HEADERS += mainwindow.h

FORMS += mainwindow.ui
FORMS += mainwindow.ui
Binary file added sample/sample.icns
Binary file not shown.
Binary file added sample/sample.ico
Binary file not shown.
Binary file added sample/sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions sample/sample.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
IDI_ICON1 ICON DISCARDABLE "sample.ico"

75 changes: 75 additions & 0 deletions sample/sample.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 629a3ed

Please sign in to comment.