mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
10 lines
203 B
Prolog
Executable File
10 lines
203 B
Prolog
Executable File
# Single Application implementation
|
|
include(../../singleapplication.pri)
|
|
DEFINES += QAPPLICATION_CLASS=QCoreApplication
|
|
|
|
SOURCES += main.cpp \
|
|
messagereceiver.cpp
|
|
|
|
HEADERS += \
|
|
messagereceiver.h
|