mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2024-11-21 13:10:23 +01:00
make install is now possible
This commit is contained in:
parent
f54155b484
commit
a68ab3223c
1 changed files with 4 additions and 0 deletions
|
@ -63,3 +63,7 @@ isEqual(QT_MAJOR_VERSION, 4): SOURCES += gta5sync/qjson4/QJsonArray.cpp \
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
res.qrc
|
res.qrc
|
||||||
|
|
||||||
|
isEmpty(GTA5SYNC_PREFIX): GTA5SYNC_PREFIX = /usr/local
|
||||||
|
target.path = $$GTA5SYNC_PREFIX/bin
|
||||||
|
INSTALLS += target
|
||||||
|
|
Loading…
Reference in a new issue