1
0
Fork 0
mirror of https://gitlab.com/Syping/gta5view-cmd synced 2024-11-23 14:10:23 +01:00

adding console config

This commit is contained in:
Syping 2017-03-04 19:48:15 +01:00
parent e7530f6b70
commit 09cf0bd84e

View file

@ -16,12 +16,14 @@
#* along with this program. If not, see <http://www.gnu.org/licenses/>. #* along with this program. If not, see <http://www.gnu.org/licenses/>.
#*****************************************************************************/ #*****************************************************************************/
QT += gui QT += gui
DEPLOYMENT.display_name = gta5view-cmd DEPLOYMENT.display_name = gta5view-cmd
TARGET = gta5view-cmd TARGET = gta5view-cmd
TEMPLATE = app TEMPLATE = app
CONFIG += console
SOURCES += main.cpp \ SOURCES += main.cpp \
gta5sync/SnapmaticPicture.cpp \ gta5sync/SnapmaticPicture.cpp \
gta5sync/StringParser.cpp gta5sync/StringParser.cpp