tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author nemo
Mon, 11 May 2015 13:53:08 -0400
changeset 10942 5d7dd938dedc
parent 10936 104727dfaa1b
child 11015 7a905f0070ce
permissions -rw-r--r--
This probably fixes bug #839 - mine time was hardcoded to 3000 in Attack, instead of using the "0 as undefined" input that other places were using. When re653e96b0ec3 started paying attention to the input parameter, this previously ignored value became a problem.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10936
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     1
#-------------------------------------------------
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     2
#
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     3
# Project created by QtCreator 2015-05-07T16:38:43
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     4
#
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     5
#-------------------------------------------------
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     6
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     7
QT       += core gui
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     8
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
     9
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    10
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    11
TARGET = hwmapconverter
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    12
TEMPLATE = app
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    13
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    14
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    15
SOURCES += main.cpp\
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    16
        mainwindow.cpp
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    17
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    18
HEADERS  += mainwindow.h
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    19
104727dfaa1b Long awaited hwmap<->txt converter, which took less than hour to make
unC0Rr
parents:
diff changeset
    20
FORMS    += mainwindow.ui