mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-09 07:10:28 +00:00
20 lines
534 B
Prolog
20 lines
534 B
Prolog
|
# ----------------------------------------------------
|
||
|
# This file is generated by the Qt Visual Studio Tools.
|
||
|
# ------------------------------------------------------
|
||
|
|
||
|
TEMPLATE = app
|
||
|
TARGET = SteamTarget
|
||
|
DESTDIR = ../x64/Debug
|
||
|
QT += core widgets gui
|
||
|
CONFIG += debug console
|
||
|
DEFINES += WIN64 QT_DLL QT_WIDGETS_LIB
|
||
|
INCLUDEPATH += ./GeneratedFiles \
|
||
|
. \
|
||
|
./GeneratedFiles/Debug
|
||
|
DEPENDPATH += .
|
||
|
MOC_DIR += ./GeneratedFiles/debug
|
||
|
OBJECTS_DIR += debug
|
||
|
UI_DIR += ./GeneratedFiles
|
||
|
RCC_DIR += ./GeneratedFiles
|
||
|
include(SteamTarget.pri)
|