mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-11 21:53:14 +02:00
Fix missing closing parenthesis in function call in .pro
This commit is contained in:
+2
-2
@@ -130,7 +130,7 @@ INCLUDEPATH += sources/ui
|
||||
|
||||
# Fichiers sources
|
||||
HEADERS += $$files(sources/*.h) \
|
||||
$$files(sources/cli_export.h \
|
||||
$$files(sources/cli_export.h) \
|
||||
$$files(sources/project/*.h) \
|
||||
$$files(sources/ui/*.h) \
|
||||
$$files(sources/editor/*.h) \
|
||||
@@ -175,7 +175,7 @@ HEADERS += $$files(sources/*.h) \
|
||||
$$files(sources/svg/*.h)
|
||||
|
||||
SOURCES += $$files(sources/*.cpp) \
|
||||
$$files(sources/cli_export.cpp \
|
||||
$$files(sources/cli_export.cpp) \
|
||||
$$files(sources/editor/*.cpp) \
|
||||
$$files(sources/project/*.cpp) \
|
||||
$$files(sources/titleblock/*.cpp) \
|
||||
|
||||
Reference in New Issue
Block a user