Fix Unix X11 installation
This commit is contained in:
parent
4639e4ba77
commit
b613d7808e
3 changed files with 141 additions and 140 deletions
|
@ -145,8 +145,8 @@ isEqual(QT_MAJOR_VERSION, 4): SOURCES += qjson4/QJsonArray.cpp \
|
|||
# UNIX SYSTEM STUFF
|
||||
|
||||
unix: !macx: appfiles.path = $$(INSTALL_PATH)/share/applications
|
||||
unix: !macx: appfiles.files = $$PWD/res/gta5sync.desktop
|
||||
unix: !macx: appfiles.files = $$PWD/res/gta5view.desktop
|
||||
unix: !macx: pixmaps.path = $$(INSTALL_PATH)/share/pixmaps
|
||||
unix: !macx: pixmaps.files = $$PWD/res/gta5sync.xpm
|
||||
unix: !macx: pixmaps.files = $$PWD/res/gta5view.xpm
|
||||
unix: !macx: target.path = $$(INSTALL_PATH)/bin
|
||||
unix: !macx: INSTALLS += target pixmaps appfiles
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=gta5sync
|
||||
Comment=gta5sync
|
||||
Name=gta5view
|
||||
Comment=gta5view
|
||||
Categories=Qt;Application;Utility;
|
||||
Exec=gta5sync
|
||||
Icon=gta5sync
|
||||
Exec=gta5view
|
||||
Icon=gta5view
|
||||
Terminal=false
|
||||
StartupNotify=false
|
|
@ -1,10 +1,10 @@
|
|||
/* XPM */
|
||||
static char * D:\Workspace\gta5sync\Icon\render_5sync_ptsansregular_v2_92_110_dejavu\128x128_xpm[] = {
|
||||
"128 128 3 1",
|
||||
static char * C:\Users\Rafael\Documents\Projects\gta5view\res\gta5view_xpm[] = {
|
||||
"128 128 4 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #037A00",
|
||||
" ",
|
||||
"+ c #FE0000",
|
||||
"@ c #FF0000",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
|
@ -14,6 +14,9 @@ static char * D:\Workspace\gta5sync\Icon\render_5sync_ptsansregular_v2_92_110_de
|
|||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ...................................................... ",
|
||||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
|
@ -23,8 +26,8 @@ static char * D:\Workspace\gta5sync\Icon\render_5sync_ptsansregular_v2_92_110_de
|
|||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
" ....................................................... ",
|
||||
" ............. ",
|
||||
" ............. ",
|
||||
" ............. ",
|
||||
" .............. ",
|
||||
" ............. ",
|
||||
|
@ -51,84 +54,82 @@ static char * D:\Workspace\gta5sync\Icon\render_5sync_ptsansregular_v2_92_110_de
|
|||
" ............. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" ............. ",
|
||||
" ............. ",
|
||||
" ............. ",
|
||||
" ............................. ",
|
||||
" .................................. ",
|
||||
" ...................................... ",
|
||||
" ............. .. ",
|
||||
" ................................ ",
|
||||
" .................................... ",
|
||||
" ........................................ ",
|
||||
" .......................................... ",
|
||||
" ............................................. ",
|
||||
" .............................................. ",
|
||||
" ............................................... ",
|
||||
" ............................................ ",
|
||||
" ............................................. ",
|
||||
" .............................................. ",
|
||||
" ................................................. ",
|
||||
" ................................................. ",
|
||||
" ...... ............................ ",
|
||||
" ........................ ",
|
||||
" .................................................. ",
|
||||
" ..... ............................. ",
|
||||
" ......................... ",
|
||||
" ...................... ",
|
||||
" .................... ",
|
||||
" .................... ",
|
||||
" .................. ",
|
||||
" ................. ",
|
||||
" ................ ",
|
||||
" ..................... ",
|
||||
" ................... ",
|
||||
" ................... ",
|
||||
" .................. ",
|
||||
" ................. ",
|
||||
" ................ ",
|
||||
" ............... ",
|
||||
" ............... ",
|
||||
" ............... ",
|
||||
" ............... ",
|
||||
" ................ ",
|
||||
" ................ ",
|
||||
" ............... ",
|
||||
" ............... ",
|
||||
" ............... ",
|
||||
" ............... ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" ............... ",
|
||||
" ++ .............. ",
|
||||
" +@@@+ .............. ",
|
||||
" @@@@@ .............. ",
|
||||
" +@@@@@ .............. ",
|
||||
" @@@@+ ............... ",
|
||||
" @@@+ .............. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" .............. ",
|
||||
" ............. ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ++++++++++++ +++++ +++++ +++++ ++++++++ ++++++++++ ",
|
||||
" ++++++++++++++++ +++++ +++++++ ++++++ +++++++++++ +++++++++++++++ ",
|
||||
" +++++++++++++++++ ++++++ ++++++ +++++++++++++++++++ ++++++++++++++++++ ",
|
||||
" ++++++++++++++++++ ++++++ +++++++ ++++++++++++++++++++ ++++++++++++++++++ ",
|
||||
" +++++++++++++++++++ ++++++ +++++++ ++++++++++++++++++++ +++++++++++++++++++ ",
|
||||
" +++++++ +++ ++++++ ++++++ +++++++++ +++++++ +++++++++ ++++ ",
|
||||
" ++++++ + +++++ +++++++ +++++++ ++++++ +++++++ +++ ",
|
||||
" ++++++ ++++++ ++++++ +++++++ ++++++ +++++++ ",
|
||||
" ++++++ ++++++ +++++++ +++++++ ++++++ ++++++ ",
|
||||
" ++++++ ++++++ ++++++ ++++++ ++++++ +++++++ ",
|
||||
" ++++++++ ++++++ +++++++ ++++++ ++++++ ++++++ ",
|
||||
" +++++++++++ +++++ ++++++ +++++ ++++++ +++++++ ",
|
||||
" ++++++++++++++ ++++++ ++++++ ++++++ ++++++ ++++++ ",
|
||||
" ++++++++++++++ ++++++ +++++++ ++++++ ++++++ ++++++ ",
|
||||
" ++++++++++++++ ++++++ ++++++ ++++++ ++++++ ++++++ ",
|
||||
" ++++++++++++ ++++++ +++++++ ++++++ ++++++ ++++++ ",
|
||||
" +++++++++ ++++++ ++++++ +++++ ++++++ ++++++ ",
|
||||
" +++++++ +++++++++++++ ++++++ ++++++ ++++++ ",
|
||||
" ++++++ ++++++++++++ ++++++ ++++++ ++++++ ",
|
||||
" ++++++ +++++++++++ ++++++ ++++++ ++++++ ",
|
||||
" ++++++ +++++++++++ ++++++ ++++++ ++++++ + ",
|
||||
" +++ +++++++ ++++++++++ +++++ ++++++ +++++++ +++ ",
|
||||
" ++++++ ++++++++ +++++++++ ++++++ ++++++ ++++++++ ++++++ ",
|
||||
" ++++++++++++++++++++ ++++++++ ++++++ ++++++ ++++++++++++++++++ ",
|
||||
" +++++++++++++++++++ ++++++++ ++++++ ++++++ +++++++++++++++++ ",
|
||||
" ++++++++++++++++++ +++++++ ++++++ ++++++ ++++++++++++++++ ",
|
||||
" ++++++++++++++++ ++++++ +++++ ++++++ ++++++++++++++ ",
|
||||
" +++++++++ ++++++ +++++++++ ",
|
||||
" ++++++ ",
|
||||
" +++++++ ",
|
||||
" ++++++ ",
|
||||
" +++++++ ",
|
||||
" ++++++++++++ ",
|
||||
" +++++++++++ ",
|
||||
" ++++++++++ ",
|
||||
" +++++++++ ",
|
||||
" +++++++ ",
|
||||
" @@@@ @@@@ @@@ +++@@++ ++++ ++++ @@@@@ ",
|
||||
" @@@@+ +@@@@ @@@@+ ++@@@@@@@@@+ @@@@+ +@@@@+ +@@@@+ ",
|
||||
" @@@@+ @@@@+ @@@@+ +@@@@@@@@@@@@@ @@@@+ @@@@@@ @@@@@ ",
|
||||
" +@@@+ +@@@@ +@@@@ +@@@@@@@@@@@@@@+ @@@@+ +@@@@@@ @@@@+ ",
|
||||
" +@@@@ +@@@@+ +@@@@ @@@@@++ +@@@@@ @@@@+ @@@@@@@ +@@@@ ",
|
||||
" +@@@@ +@@@+ +@@@+ +@@@@+ +@@@@+ @@@@+ +@@@+@@@ @@@@+ ",
|
||||
" +@@@@ +@@@@+ @@@@+ +@@@@+ @@@@+ @@@@+ @@@++@@@ +@@@@ ",
|
||||
" +@@@@ +@@@+ @@@@+ +@@@@+ +@@@+ @@@@+ @@@@ +@@@ @@@@+ ",
|
||||
" @@@@ +@@@@+ +@@@@ +@@@@ @@@@+ @@@@@ @@@+ +@@@ +@@@@ ",
|
||||
" @@@@+ @@@@+ +@@@@ +@@@@+ +@@@@+ +@@@+ +@@@ +@@@ +@@@+ ",
|
||||
" @@@@+ +@@@@ +@@@+ +@@@@ @@@@+ @@@@+ @@@+ +@@@ +@@@@+ ",
|
||||
" @@@@+ @@@@+ @@@@+ @@@@+ ++@@@@+ +@@@+ +@@@+ +@@@+ @@@@@ ",
|
||||
" +@@@+ +@@@@ @@@@ +@@@@ ++@@@@@+ +@@@+ +@@@ +@@@+ @@@@+ ",
|
||||
" +@@@+ @@@@+ +@@@@ +@@@@+++++++@@@@@@@+ +@@@+ +@@@+ +@@@+ +@@@@ ",
|
||||
" +@@@@ +@@@@ +@@@+ @@@@@@@@@@@@@@@@@++ +@@@+ +@@@ +@@@+ @@@@+ ",
|
||||
" +@@@@ @@@@+ @@@@+ @@@@@@@@@@@@@@@++ +@@@+ @@@+ @@@+ +@@@@ ",
|
||||
" @@@@ +@@@+ @@@@+ +@@@@@@@@@@@+++ +@@@+ +@@@ @@@+ @@@@+ ",
|
||||
" @@@@ +@@@@@ +@@@@ +@@@@++ +@@@+ @@@+ @@@+ +@@@@ ",
|
||||
" @@@@ +@@@+ +@@@@ +@@@@ +@@@@ +@@@ @@@+ +@@@+ ",
|
||||
" @@@@+ +@@@@+ +@@@+ +@@@@ +@@@@ @@@+ @@@+ @@@@ ",
|
||||
" +@@@+ +@@@+ @@@@+ +@@@@ @@@@+ +@@@ @@@+ @@@@+ ",
|
||||
" +@@@+ @@@@@ @@@@+ +@@@@ @@@+ @@@+ @@@+ @@@@ ",
|
||||
" +@@@+ +@@@+ +@@@@ @@@@+ @@@+ +@@@+ @@@+ +@@@+ ",
|
||||
" +@@@+ @@@@ +@@@@ @@@@+ @@@+ +@@+ @@@+ +@@@+ ",
|
||||
" +@@@+ +@@@+ +@@@+ +@@@@+ @@@+ @@@+ @@@+ @@@+ ",
|
||||
" @@@+ @@@@ @@@@+ +@@@@@ ++ @@@++@@+ +@@++@@@+ ",
|
||||
" @@@++@@@+ @@@@+ +@@@@@+ ++@@@ @@@+@@@+ +@@++@@@ ",
|
||||
" @@@@@@@@ +@@@@ @@@@@@@@@@@@@@@@@ @@@@@@@ +@@@@@@+ ",
|
||||
" @@@@@@@+ +@@@@ +@@@@@@@@@@@@@@@ @@@@@@+ +@@@@@@ ",
|
||||
" +@@@@@+ +@@@+ +@@@@@@@@@@@++ @@@@@@ +@@@@@+ ",
|
||||
" @@@@@ @@@@ ++++@++++ @@@@@ @@@@@ ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
Loading…
Reference in a new issue