1
0
mirror of https://github.com/itay-grudev/SingleApplication.git synced 2025-03-18 20:02:39 +08:00
SingleApplication/examples/calculator/calculator.pro

12 lines
238 B
Prolog
Raw Normal View History

QT += widgets
HEADERS = button.h \
calculator.h
SOURCES = button.cpp \
calculator.cpp \
main.cpp
# Single Application implementation
include(../../singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication