modbus: retire le SUBDIRS local (dossiers elagues), gitignore artefacts
This commit is contained in:
parent
228a30e585
commit
19d982c2e7
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
.qmake.stash
|
||||||
|
Makefile
|
||||||
|
*.o
|
||||||
|
moc_*
|
||||||
|
*plugininfo.h
|
||||||
|
*.so
|
||||||
|
build/
|
||||||
23
.qmake.stash
23
.qmake.stash
@ -1,23 +0,0 @@
|
|||||||
QMAKE_CXX.QT_COMPILER_STDCXX = 201703L
|
|
||||||
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 14
|
|
||||||
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2
|
|
||||||
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
|
|
||||||
QMAKE_CXX.COMPILER_MACROS = \
|
|
||||||
QT_COMPILER_STDCXX \
|
|
||||||
QMAKE_GCC_MAJOR_VERSION \
|
|
||||||
QMAKE_GCC_MINOR_VERSION \
|
|
||||||
QMAKE_GCC_PATCH_VERSION
|
|
||||||
QMAKE_CXX.INCDIRS = \
|
|
||||||
/usr/include/c++/14 \
|
|
||||||
/usr/include/x86_64-linux-gnu/c++/14 \
|
|
||||||
/usr/include/c++/14/backward \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/14/include \
|
|
||||||
/usr/local/include \
|
|
||||||
/usr/include/x86_64-linux-gnu \
|
|
||||||
/usr/include
|
|
||||||
QMAKE_CXX.LIBDIRS = \
|
|
||||||
/usr/lib/gcc/x86_64-linux-gnu/14 \
|
|
||||||
/usr/lib/x86_64-linux-gnu \
|
|
||||||
/usr/lib \
|
|
||||||
/lib/x86_64-linux-gnu \
|
|
||||||
/lib
|
|
||||||
@ -2,7 +2,6 @@ TEMPLATE = subdirs
|
|||||||
|
|
||||||
# Note: In the loop at the end of this file the plugin
|
# Note: In the loop at the end of this file the plugin
|
||||||
# dependency on the libs will be defined
|
# dependency on the libs will be defined
|
||||||
SUBDIRS += nymea-modbus-cli libnymea-modbus libnymea-sunspec
|
|
||||||
|
|
||||||
PLUGIN_DIRS = \
|
PLUGIN_DIRS = \
|
||||||
eastron
|
eastron
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user