tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author alfadur
Tue, 09 Apr 2019 23:03:12 +0300
changeset 14780 65861ba8b4e8
parent 11015 7a905f0070ce
permissions -rw-r--r--
move room saves to IO thread

#-------------------------------------------------
#
# 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