From 7bd3765fa753bc9f30c6d9a109f5f032e68d45f1 Mon Sep 17 00:00:00 2001 From: Pavel Grebnev Date: Sat, 4 May 2019 19:08:47 +0300 Subject: [PATCH] Fix compilation on linux --- demo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index 7580503..553bd18 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -23,7 +23,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(ads_demo_SRCS main.cpp MainWindow.cpp - MainWindow.ui + mainwindow.ui main.qrc ) add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})