mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-16 01:12:06 +08:00
12 lines
238 B
Prolog
12 lines
238 B
Prolog
|
QT += widgets
|
||
|
|
||
|
HEADERS = button.h \
|
||
|
calculator.h
|
||
|
SOURCES = button.cpp \
|
||
|
calculator.cpp \
|
||
|
main.cpp
|
||
|
|
||
|
# Single Application implementation
|
||
|
include(../../singleapplication.pri)
|
||
|
DEFINES += QAPPLICATION_CLASS=QApplication
|