mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-17 11:02:36 +02:00
Update qelectrotech.pro
add sourc'es files missing in .pro Add headless command-line export (PDF / PNG / SVG / cable-list / wire-list) #483
This commit is contained in:
@@ -130,6 +130,7 @@ INCLUDEPATH += sources/ui
|
|||||||
|
|
||||||
# Fichiers sources
|
# Fichiers sources
|
||||||
HEADERS += $$files(sources/*.h) \
|
HEADERS += $$files(sources/*.h) \
|
||||||
|
$$files(sources/cli_export.h \
|
||||||
$$files(sources/project/*.h) \
|
$$files(sources/project/*.h) \
|
||||||
$$files(sources/ui/*.h) \
|
$$files(sources/ui/*.h) \
|
||||||
$$files(sources/editor/*.h) \
|
$$files(sources/editor/*.h) \
|
||||||
@@ -174,6 +175,7 @@ HEADERS += $$files(sources/*.h) \
|
|||||||
$$files(sources/svg/*.h)
|
$$files(sources/svg/*.h)
|
||||||
|
|
||||||
SOURCES += $$files(sources/*.cpp) \
|
SOURCES += $$files(sources/*.cpp) \
|
||||||
|
$$files(sources/cli_export.cpp \
|
||||||
$$files(sources/editor/*.cpp) \
|
$$files(sources/editor/*.cpp) \
|
||||||
$$files(sources/project/*.cpp) \
|
$$files(sources/project/*.cpp) \
|
||||||
$$files(sources/titleblock/*.cpp) \
|
$$files(sources/titleblock/*.cpp) \
|
||||||
|
|||||||
Reference in New Issue
Block a user