porymap/pretmap.pro

49 lines
932 B
Prolog
Raw Normal View History

2016-09-07 04:50:47 +01:00
#-------------------------------------------------
#
# Project created by QtCreator 2016-08-31T15:19:13
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = pretmap
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
project.cpp \
map.cpp \
blockdata.cpp \
block.cpp \
tileset.cpp \
tile.cpp \
event.cpp \
2017-11-28 04:46:27 +00:00
editor.cpp \
objectpropertiesframe.cpp \
graphicsview.cpp \
2018-07-06 17:08:20 +01:00
parseutil.cpp \
neweventtoolbutton.cpp
2016-09-07 04:50:47 +01:00
HEADERS += mainwindow.h \
project.h \
map.h \
blockdata.h \
block.h \
tileset.h \
tile.h \
event.h \
2017-11-28 04:46:27 +00:00
editor.h \
objectpropertiesframe.h \
graphicsview.h \
2018-07-06 17:08:20 +01:00
parseutil.h \
neweventtoolbutton.h
2016-09-07 04:50:47 +01:00
2017-11-28 04:46:27 +00:00
FORMS += mainwindow.ui \
objectpropertiesframe.ui
2016-09-07 04:50:47 +01:00
RESOURCES += \
resources/images.qrc