Skip to content

Commit

Permalink
Move tweaks-qt/* to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmalm committed Apr 27, 2024
1 parent 2044f70 commit db1612c
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ pkg_search_module(GLIB REQUIRED glib-2.0)
find_package(LibXml2 REQUIRED)

set(PROJECT_SOURCES
tweaks-qt/main.cpp
tweaks-qt/maindialog.ui
tweaks-qt/maindialog.cpp
tweaks-qt/maindialog.h
tweaks-qt/layoutmodel.cpp
tweaks-qt/layoutmodel.h
src/main.cpp
src/maindialog.ui
src/maindialog.cpp
src/maindialog.h
src/layoutmodel.cpp
src/layoutmodel.h
src/environment.c
src/environment.h
src/theme.c
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit db1612c

Please sign in to comment.