tools/drawMapTest/drawMapTest.pro
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Mar 2018 19:39:00 +0100
changeset 13173 4d1cf0d76eb7
parent 4477 63a21fac8bf7
permissions -rw-r--r--
Remove rubber duck from BRW, RW and most weapon schemes for now The duck is not liked by players. Rubber duck needs a lot of rework. Before that happens, better remove it from game modes for now. Players can always modify the weapon schemes, of course.
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 \
4477
63a21fac8bf7 Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents: 4425
diff changeset
     8
    drawmapscene.cpp \
63a21fac8bf7 Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents: 4425
diff changeset
     9
    qaspectratiolayout.cpp \
63a21fac8bf7 Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents: 4425
diff changeset
    10
    drawmapwidget.cpp
4425
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    11
HEADERS += mainwindow.h \
4477
63a21fac8bf7 Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents: 4425
diff changeset
    12
    drawmapscene.h \
63a21fac8bf7 Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents: 4425
diff changeset
    13
    qaspectratiolayout.h \
63a21fac8bf7 Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents: 4425
diff changeset
    14
    drawmapwidget.h
4425
2314bb0c433d Small testing app for DrawMap scene
unc0rr
parents:
diff changeset
    15
FORMS += mainwindow.ui