porymap/pretmap.pro
2018-02-11 14:34:09 -05:00

48 lines
900 B
Prolog
Executable file

#-------------------------------------------------
#
# 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 \
asm.cpp \
map.cpp \
blockdata.cpp \
block.cpp \
tileset.cpp \
metatile.cpp \
tile.cpp \
event.cpp \
editor.cpp \
objectpropertiesframe.cpp \
graphicsview.cpp
HEADERS += mainwindow.h \
project.h \
asm.h \
map.h \
blockdata.h \
block.h \
tileset.h \
metatile.h \
tile.h \
event.h \
editor.h \
objectpropertiesframe.h \
graphicsview.h
FORMS += mainwindow.ui \
objectpropertiesframe.ui
RESOURCES += \
resources/images.qrc