Skip to content

Commit 4714d02

Browse files
authored
Removed resources.qrc from CMake.
1 parent e445e8b commit 4714d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Qt/Console/CMakelists.txt renamed to Qt/Console/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ add_executable(ConsoleApplication
4747
# "mainwindow.ui"
4848
# "mainwindow.cpp"
4949
"main.cpp"
50-
"resources.qrc"
50+
# "resources.qrc"
5151
)
5252

5353
# Note that the application will still link against Qt5::Core

0 commit comments

Comments
 (0)