mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
10 lines
203 B
Prolog
10 lines
203 B
Prolog
# Single Application implementation
|
|
include(../../singleapplication.pri)
|
|
DEFINES += QAPPLICATION_CLASS=QCoreApplication
|
|
|
|
SOURCES += main.cpp \
|
|
messagereceiver.cpp
|
|
|
|
HEADERS += \
|
|
messagereceiver.h
|