CMake: Remove unnecessary INCLUDE_DIRECTORIES . in tests

Change-Id: Iafc4f9fcc2a68d299d6d3f255bbcaf90acd0399b
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Alexandru Croitor 2022-07-27 16:41:46 +02:00
parent 4d22405e48
commit 317e8f61b8
4 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ qt_internal_add_executable(generate
SOURCES SOURCES
main.cpp main.cpp
INCLUDE_DIRECTORIES INCLUDE_DIRECTORIES
.
/usr/include/freetype2 /usr/include/freetype2
LIBRARIES LIBRARIES
Qt::CorePrivate Qt::CorePrivate

View File

@ -10,8 +10,6 @@ qt_internal_add_test(tst_qmdiarea
DEFINES DEFINES
QT_NO_CAST_FROM_ASCII QT_NO_CAST_FROM_ASCII
QT_NO_CAST_TO_ASCII QT_NO_CAST_TO_ASCII
INCLUDE_DIRECTORIES
.
LIBRARIES LIBRARIES
Qt::Gui Qt::Gui
Qt::GuiPrivate Qt::GuiPrivate

View File

@ -10,8 +10,6 @@ qt_internal_add_test(tst_qmdisubwindow
DEFINES DEFINES
QT_NO_CAST_FROM_ASCII QT_NO_CAST_FROM_ASCII
QT_NO_CAST_TO_ASCII QT_NO_CAST_TO_ASCII
INCLUDE_DIRECTORIES
.
LIBRARIES LIBRARIES
Qt::Gui Qt::Gui
Qt::Widgets Qt::Widgets

View File

@ -7,8 +7,6 @@
qt_internal_add_test(tst_qsizegrip qt_internal_add_test(tst_qsizegrip
SOURCES SOURCES
tst_qsizegrip.cpp tst_qsizegrip.cpp
INCLUDE_DIRECTORIES
.
LIBRARIES LIBRARIES
Qt::Gui Qt::Gui
Qt::Widgets Qt::Widgets