Skip to content

Commit

Permalink
Fixed path faults in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Mar 15, 2024
1 parent 8725d06 commit 9f99889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ qt5_wrap_ui(UI src/mainwindow.ui
src/cdlgcanfilter.ui
src/cdlgtls.ui
src/cdlglog.ui
str/cdlgsensorindex.ui
src/cdlgsensorindex.ui
src/cdlgeditsensorindex.ui
src/cdlgtxedit.ui
src/cdlgsessionfilter.ui
Expand All @@ -236,7 +236,7 @@ qt5_wrap_ui(UI src/mainwindow.ui
src/cfrmnodeconfig.ui
src/cfrmnodescan.ui
src/cdlgactionparam.ui
srd/cdlgdatepicker.ui
src/cdlgdatepicker.ui
src/cfrmmdf.ui
src/cdlgmdfmodule.ui
src/cdlgmdffilepicture.ui
Expand Down

0 comments on commit 9f99889

Please sign in to comment.