#/***************************************************************************** #* gta5view-cmd - gta5view Command Line #* Copyright (C) 2017-2020 Syping #* #* This program is free software: you can redistribute it and/or modify #* it under the terms of the GNU General Public License as published by #* the Free Software Foundation, either version 3 of the License, or #* (at your option) any later version. #* #* This program is distributed in the hope that it will be useful, #* but WITHOUT ANY WARRANTY; without even the implied warranty of #* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #* GNU General Public License for more details. #* #* You should have received a copy of the GNU General Public License #* along with this program. If not, see . #*****************************************************************************/ QT += gui DEPLOYMENT.display_name = gta5view-cmd TARGET = gta5view-cmd TEMPLATE = app CONFIG += console SOURCES += main.cpp \ gta5view/RagePhoto.cpp \ gta5view/SnapmaticPicture.cpp HEADERS += \ gta5view/RagePhoto.h \ gta5view/SnapmaticPicture.h INCLUDEPATH += ./gta5view DEFINES += SNAPMATIC_NODEFAULT # WINDOWS ONLY win32: DEFINES += GTA5SYNC_WIN 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