Chocobo1
f457069881
Install vector program icon on Linux
...
The icon is copied from icons/qbittorrent-tray.svg as there is no way to
install a file and rename it in qmake.
4 years ago
jagannatharjun
ab91d546e5
Move all icon resources to icon folder root
5 years ago
Chocobo1
168695bd15
Use reverse DNS convention for metadata files naming
...
Also update appdata install path.
Closes #10111 .
6 years ago
Chocobo1
6bd5d0b8e9
Cleanup build scripts
6 years ago
Eli Schwartz
acdf9061fe
Fix regression that broke installing desktop file
...
In commit 5d94db9c79
the desktop file was
moved from src/ to dist/ but the relative path from src/src.pro was
switched to an absolute path from the repository root. This broke
detection of the file from within qmake.
Fix by using the same $DIST_PATH used elsewhere for consistency, which
uses ../dist/.
6 years ago
Chocobo1
5d94db9c79
Move .desktop file
7 years ago
Chocobo1
4e42f97c8f
Enable more compiler warnings on linux
7 years ago
sledgehammer999
09cb95d3da
Use the SVG for the tray icon.
7 years ago
Eugene Shalygin
e66dba6a2d
Use SVG files for monochrome tray icons. Closes #6085 .
7 years ago
Anton-Latukha
e00c96df99
systemd service with user switch.
...
rm previous systemd unit service
cmake now placing new file 'qbittorrent-nox@.service.in'
systemd service now "Type=simple"
8 years ago
Vladimir Golovnev (Glassez)
d5d946dd66
Drop Qt4 related settings from QMake project
8 years ago
Eugene Shalygin
ecd67b9d75
Rename .desktop and appdata files to match executable name. Fixes #6625 .
8 years ago
sledgehammer999
76e1c3b10b
Install qbittorrent-tray.png files. Fixes commit ada75cbbe1
.
8 years ago
Vladimir Golovnev (Glassez)
2a411987db
Bump minimum supported version of gcc to 4.8.
9 years ago
Vladimir Golovnev (Glassez)
12d9898b5d
Enable c++11 support.
9 years ago
Vladimir Golovnev (Glassez)
79976fbfce
Implement new GeoIPManager class.
9 years ago
Heiko Becker
f3b82e24c8
Use DATADIR for installation of icons and appdata
...
This allow installing icons, appdata and desktop files into a
directory outside the prefix. This comes in handy on a multiarch
layout, where arch specific stuff goes into /usr/${host}/{bin,lib}
but arch independent files still into /usr/share.
10 years ago
sledgehammer999
de5912b3b5
Install appdata xml file along with the other files.
10 years ago
sledgehammer999
6b3555bd90
Add systemd configure option. Closes #921 .
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago
diger
c22190fbf7
Add patches for support Haiku ( https://www.haiku-os.org )
10 years ago
sledgehammer999
380438f99b
Migrate the build system to autotools.
11 years ago
sledgehammer999
2dc7708c36
Improve detection of conf.pri.
11 years ago
sledgehammer999
0b41e3958e
Revert "fix missing conf.pri error". The WARNING message during configure is harmless. The file is found during make. Closes #1042 .
...
This reverts commit 807f1cfb94
.
11 years ago
leigh123linux
807f1cfb94
fix missing conf.pri error
11 years ago
Nick Tiskov
314fc003b3
Use <OS_name>conf.pri file to control libz linkage
12 years ago
Christian Kandeler
984acc581c
Fix shadow builds under UNIX.
13 years ago
Christophe Dumez
02fbd6a135
Fix compilation warnings in smtp.h (cgreco)
14 years ago
Christophe Dumez
0c2a121304
Fix possible linking problems
14 years ago
Christophe Dumez
d0afd46fd3
Get rid of libnotify dependency (Use DBus instead)
14 years ago
Christophe Dumez
93a84655b6
Get rid of QtSVG dependency
14 years ago
Christophe Dumez
c7658e2e96
Linux: Install PNG icon to $$PREFIX/share/pixmaps/
14 years ago
Christophe Dumez
5dc79e67fc
Made QtSvg dependency optional
14 years ago
Christophe Dumez
14341f3be2
COSMETIC: Added monochrome tray icon
14 years ago
Christophe Dumez
b6c3189fe3
Make QtDBus dependency optional
14 years ago
Christophe Dumez
cb719e2bf5
Fix freebsd compilation
14 years ago
Christophe Dumez
64615adc23
Remove dbus dependency in nox mode
14 years ago
Christophe Dumez
c8d02fc10e
Fix executable path
14 years ago
Christophe Dumez
eabda8ee75
Clean up project file
14 years ago
Christophe Dumez
b7ae2eabc7
Further project file clean up
14 years ago
Christophe Dumez
8a1e79d22f
Restructured the project file
...
Move OS specific configuration to separate project files
14 years ago