Advertisement
Guest User

Untitled

a guest
Oct 6th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. FAILED: CMakeFiles/Example.dir/example.cpp.obj
  2. "C:\PROGRA~2\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.27.29110\bin\HostX64\x64\cl.exe" /nologo /TP -DQT_CORE_LIB -DUNICODE -DWIN32 -DWIN64 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_UNICODE -D_WIN64 -I. -IC:\Users\krab\Desktop\Example -IExample_autogen\include -IC:\Qt6\6.0.0\msvc2019_64\include\QtCore -IC:\Qt6\6.0.0\msvc2019_64\mkspecs\win32-msvc -IC:\Qt6\6.0.0\msvc2019_64\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 -Zc:__cplusplus -utf-8 -std:c++17 /showIncludes /FoCMakeFiles\Example.dir\example.cpp.obj /FdCMakeFiles\Example.dir\ /FS -c C:\Users\krab\Desktop\Example\example.cpp
  3. C:\Users\krab\Desktop\Example\example.cpp(10): error C3867: 'Example::download': non-standard syntax; use '&' to create a pointer to member
  4. C:\Users\krab\Desktop\Example\example.cpp(10): error C2672: 'QtConcurrent::run': no matching overloaded function found
  5. ninja: build stopped: subcommand failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement