mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2024-11-23 06:00:22 +01:00
adding console config
This commit is contained in:
parent
e7530f6b70
commit
09cf0bd84e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue