tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author Wuzzy <almikes@aol.com>
Tue, 26 Sep 2017 16:25:57 +0200
changeset 12537 66566cfe0a7e
parent 11015 7a905f0070ce
permissions -rw-r--r--
ASA, The first stop: Fix team ranking and kills in stats screen (bug #147)

#-------------------------------------------------
#
# Project created by QtCreator 2015-05-07T16:38:43
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = hwmapconverter
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui