mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
699a1cb978
This example uses the Qt Calculator example released under the BSD license. Noted the license difference in the `README.md` and `LICENSE` files.
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
|