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.
ParameterDetection/ParameterDetection.pro

21 lines
313 B
Prolog

QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ParameterDetection
CONFIG += console
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
thread.cpp \
element.cpp
HEADERS += \
mainwindow.h \
thread.h \
element.h
FORMS += mainwindow.ui
RESOURCES += qrc.qrc