tools/drawMapTest/drawMapTest.pro
author Wuzzy <Wuzzy2@mail.ru>
Fri, 12 Oct 2018 03:40:21 +0200
changeset 13881 99b265e0d1d0
parent 4477 63a21fac8bf7
permissions -rw-r--r--
Drop internal PhysFS, bump PhysFS requirement to 3.0.0
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