mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-14 20:33:05 +02:00
No source code changes. Removed execute permissions from 7 files total: *.pro and *.pri files (4) main.cpp (2) *.txt file (1) Signed-off-by: Kim Kirwan <Kim@KimKirwan.com>
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
|