tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author antonc27 <antonc27@mail.ru>
Sat, 15 Aug 2015 20:48:13 +0200
branchios-revival
changeset 11133 fa3d227fb308
parent 11015 7a905f0070ce
permissions -rw-r--r--
- Fix for retrieving 'Maze' preview genration Note: We use now GCD instead of pthread for launch preview generation from engine side (it is now done with RunEngine, not direct call to GenLandPreview) Note 2: For a moment LandPreview without Alpha used

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