tools/drawMapTest/drawMapTest.pro
author nemo
Sun, 28 Nov 2010 15:07:26 -0500
changeset 4433 e0092290b7c5
parent 4425 2314bb0c433d
child 4477 63a21fac8bf7
permissions -rw-r--r--
do GoBack if also INGAME due to kick
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4425
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     1
# -------------------------------------------------
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     2
# Project created by QtCreator 2010-11-27T22:18:20
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     3
# -------------------------------------------------
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     4
TARGET = drawMapTest
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     5
TEMPLATE = app
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     6
SOURCES += main.cpp \
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     7
    mainwindow.cpp \
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     8
    drawmapscene.cpp
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
     9
HEADERS += mainwindow.h \
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    10
    drawmapscene.h
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    11
FORMS += mainwindow.ui