Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
/*build*
*.user
.qmake.stash
Makefile
*.app
**/.DS_Store
**/qrc_*.cpp
**/moc_*.cpp
**/moc_*.h
**/ui_*.h
**/*.qm
**/*.o
7 changes: 7 additions & 0 deletions arqiver.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ QT += core gui widgets svg dbus

TEMPLATE = app
TARGET = arqiver
VERSION = 0.12.0

HEADERS += mainWin.h \
backends.h \
Expand Down Expand Up @@ -75,3 +76,9 @@ unix {

INSTALLS += target desktop iconsvg trans
}

mac {
TARGET = Arqiver
ICON = data/arqiver.icns
QMAKE_INFO_PLIST = data/Info.plist
}
Loading