nheko/third_party/SingleApplication-3.3.2/examples/calculator/calculator.pro

12 lines
238 B
Prolog
Raw Normal View History

2021-06-16 22:30:45 +02:00
QT += widgets
HEADERS = button.h \
calculator.h
SOURCES = button.cpp \
calculator.cpp \
main.cpp
# Single Application implementation
include(../../singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication