tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author nemo
Tue, 12 Apr 2016 15:41:48 -0400
changeset 11646 42d7f5dbd8dc
parent 11015 7a905f0070ce
permissions -rw-r--r--
Fixes crash Wuzzy and I were encountering in debian fpc 2.6.2 and 3.0.0 after the addition of the uPhysFSLayer dependency to uUtils in rcac74d9075be

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