Skip to content
Snippets Groups Projects
Forked from Ondrej Meca / elmer
Up to date with the upstream repository.
ElmerGUIlogger.pro 234 B
TEMPLATE = app
TARGET = ElmerGUIlogger
DEPENDPATH += . src
INCLUDEPATH += .
CONFIG += release
HEADERS += src/mainwindow.h
SOURCES += src/main.cpp src/mainwindow.cpp
RESOURCES += ElmerGUIlogger.qrc
RC_FILE = ElmerGUIlogger.rc