aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/MapEditor.pro
blob: 3d53cf5bf26da25352c78e2985f2c5c54d1d7d66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#-------------------------------------------------
#
# Project created by QtCreator 2016-10-29T23:39:18
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = MapEditor
TEMPLATE = app
CONFIG += static

QMAKE_CXXFLAGS += -funsigned-char

SOURCES += main.cpp\
        mainwindow.cpp \
    mygraphicsscene.cpp

HEADERS  += mainwindow.h \
    mygraphicsscene.h

FORMS    += mainwindow.ui

DISTFILES += \
    ../../Sprites/Tileset1.bmp