mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +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>
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
FORMS += \
|
|
$$PWD/propertieseditordockwidget.ui
|
|
|
|
HEADERS += \
|
|
$$PWD/propertieseditordockwidget.h \
|
|
$$PWD/propertieseditorwidget.h \
|
|
$$PWD/propertieseditordialog.h
|
|
|
|
SOURCES += \
|
|
$$PWD/propertieseditordockwidget.cpp \
|
|
$$PWD/propertieseditorwidget.cpp
|