tools/drawMapTest/drawMapTest.pro
author nemo
Tue, 21 Aug 2018 15:11:28 -0400
branch0.9.24
changeset 13682 f60b3998ba56
parent 4477 63a21fac8bf7
permissions -rw-r--r--
only-stats should never create visual gears. and lua should never rely on visual gears being created. critical is just to help ensure ones important to gameplay don't get lost in fast-forward
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