blob: cce1ab234b48eda27bfc43c175a35805bd41b9e6 (
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
|
#-------------------------------------------------
#
# Project created by QtCreator 2016-10-29T23:39:18
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MapEditor
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
mygraphicsscene.cpp
HEADERS += mainwindow.h \
mygraphicsscene.h
FORMS += mainwindow.ui
DISTFILES += \
../../Sprites/Tileset1.bmp
|