Why am I getting “undefined reference to vtable…” errors when linking this Qt 5.0 application?

前端 未结 3 802
执笔经年
执笔经年 2021-01-11 13:44

I\'ve got a relatively simple Qt 5.0 project that uses CMake 2.8.9:

CMakeLists.txt:

cmake_minimum_required(VERSION 2.8.9)
set(CMAKE_INCLUDE_CURRENT_D         


        
3条回答
提交回复
热议问题