This repository has been archived on 2023-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
structuresdifference/structuresdifference.pro

28 lines
503 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2015-10-14T12:20:19
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = structuresdifference
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
converttype.cpp \
structuresdifference.cpp
HEADERS += mainwindow.h \
converttype.h \
structuresdifference.h
FORMS += mainwindow.ui
RESOURCES += \
qrc.qrc