make install is now possible

This commit is contained in:
Syping 2018-02-01 02:07:26 +01:00
parent f54155b484
commit a68ab3223c
1 changed files with 4 additions and 0 deletions

View File

@ -63,3 +63,7 @@ isEqual(QT_MAJOR_VERSION, 4): SOURCES += gta5sync/qjson4/QJsonArray.cpp \
RESOURCES += \
res.qrc
isEmpty(GTA5SYNC_PREFIX): GTA5SYNC_PREFIX = /usr/local
target.path = $$GTA5SYNC_PREFIX/bin
INSTALLS += target