blob: 74102b0e2f0304aa4d8476b24b4869633f3fc932 [file] [log] [blame] [raw]
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-23T18:20:54
#
#-------------------------------------------------
QT += core gui
TARGET = pe-header-editor
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
options.cpp
HEADERS += mainwindow.h \
pe-struct.h \
options.h
FORMS += mainwindow.ui \
options.ui