1
0
Fork 0
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:
Syping 2018-02-01 02:07:26 +01:00
parent f54155b484
commit a68ab3223c

View file

@ -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