Skip to content

Commit 9bd55cc

Browse files
Fixed broken CMake build
1 parent c8d4487 commit 9bd55cc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

demo/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ set(ads_demo_SRCS
2424
main.cpp
2525
MainWindow.cpp
2626
mainwindow.ui
27-
main.qrc
2827
)
2928
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
3029
if(BUILD_STATIC)

example/example.pro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ HEADERS += \
2323
FORMS += \
2424
MainWindow.ui
2525

26-
#RESOURCES += main.qrc
2726

2827
LIBS += -L$${ADS_OUT_ROOT}/lib
2928

0 commit comments

Comments
 (0)