mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-14 20:33:05 +02:00
See : https://github.com/itay-grudev/SingleApplication git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5481 bfdf4180-ca20-0410-9c96-a3a8aa849046
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
|