We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d4487 commit 9bd55ccCopy full SHA for 9bd55cc
demo/CMakeLists.txt
@@ -24,7 +24,6 @@ set(ads_demo_SRCS
24
main.cpp
25
MainWindow.cpp
26
mainwindow.ui
27
- main.qrc
28
)
29
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
30
if(BUILD_STATIC)
example/example.pro
@@ -23,7 +23,6 @@ HEADERS += \
23
FORMS += \
MainWindow.ui
-#RESOURCES += main.qrc
LIBS += -L$${ADS_OUT_ROOT}/lib
0 commit comments