tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author sheepluva
Tue, 26 May 2015 23:29:53 +0200
changeset 10970 7341e0c3f966
parent 10936 104727dfaa1b
child 11015 7a905f0070ce
permissions -rw-r--r--
LuaAPI: fix OnHogAttack the incorrect AmmoType (amNothing) under certain conditions. Thanks for CheezeMonkey for reporting this
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