mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-14 17:03:13 +02:00
Fix my error in .pro
This commit is contained in:
@@ -130,7 +130,6 @@ 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) \
|
||||||
@@ -175,7 +174,6 @@ 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