mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2025-11-05 04:35:18 +01:00
add icon+manifest for gta5view-cmd
This commit is contained in:
parent
840caac34e
commit
fe4a6cd081
4 changed files with 59 additions and 5 deletions
|
|
@ -25,24 +25,27 @@ TEMPLATE = app
|
|||
CONFIG += console
|
||||
|
||||
SOURCES += main.cpp \
|
||||
gta5view/SnapmaticPicture.cpp \
|
||||
gta5view/StringParser.cpp
|
||||
gta5view/SnapmaticPicture.cpp
|
||||
|
||||
HEADERS += \
|
||||
gta5view/SnapmaticPicture.h \
|
||||
gta5view/StringParser.h
|
||||
gta5view/SnapmaticPicture.h
|
||||
|
||||
INCLUDEPATH += ./gta5view
|
||||
|
||||
# WINDOWS ONLY
|
||||
|
||||
win32: DEFINES += GTA5SYNC_WIN
|
||||
# win32: RC_FILE += res/app.rc
|
||||
win32: RC_FILE += res/app.rc
|
||||
win32: CONFIG -= embed_manifest_exe
|
||||
|
||||
RESOURCES += \
|
||||
res.qrc
|
||||
|
||||
DISTFILES += \
|
||||
res\5sync.ico \
|
||||
res\app.rc \
|
||||
res\gta5view-cmd.exe.manifest
|
||||
|
||||
isEmpty(GTA5SYNC_PREFIX): GTA5SYNC_PREFIX = /usr/local
|
||||
target.path = $$GTA5SYNC_PREFIX/bin
|
||||
INSTALLS += target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue