Skip to content

Commit

Permalink
fixing resources
Browse files Browse the repository at this point in the history
  • Loading branch information
drpaca authored and afichet committed May 12, 2022
1 parent b6f719c commit 6f9b13c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ find_package(OpenMP)
find_package(OpenCV REQUIRED core imgproc)
#set(TS_FILES macbeth-detect_fr_FR.ts)

qt_add_resources(resource_RCC resource.qrc theme/theme.qrc)

set(SOURCES
main.cpp
mainwindow.cpp
Expand All @@ -53,8 +55,7 @@ set(SOURCES
graphicsview.cpp
graphicsview.h
graphicsscene.cpp
graphicsscene.h
theme/theme.qrc
graphicsscene.h

fittingdialog.cpp
fittingdialog.h
Expand All @@ -75,7 +76,7 @@ set(SOURCES
radiometry.h

resource.rc
resource.qrc
${resource_RCC}
#${TS_FILES}
)

Expand Down

0 comments on commit 6f9b13c

Please sign in to comment.