Skip to content

Commit

Permalink
Show headers in qtc6
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Dec 7, 2024
1 parent c79b642 commit 3811339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autotests/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(NOT UNIX)
endif()

SET(FILENAME_TEST_SRCS
testFileTree.cpp
testFileTree.cpp testFileTree.h
)

ecm_add_test(
Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ ecm_qt_declare_logging_category(filelightInternal
EXPORT FILELIGHT
)
if (WIN32)
target_sources(filelightInternal PRIVATE windowsWalker.cpp)
target_sources(filelightInternal PRIVATE windowsWalker.cpp windowsWalker.h)
else()
target_sources(filelightInternal PRIVATE posixWalker.cpp)
target_sources(filelightInternal PRIVATE posixWalker.cpp posixWalker.h)
endif()
target_link_libraries(filelightInternal
Qt6::Gui
Expand Down Expand Up @@ -75,7 +75,7 @@ target_sources(filelight PRIVATE
dropperItem.cpp
dropperItem.h
hicolor.qrc
windowThemer.cpp
windowThemer.cpp windowThemer.h
)

set(filelight_ICONS
Expand Down

0 comments on commit 3811339

Please sign in to comment.