包含文件夹未出现在我的Qt项目树中

时间:2016-02-10 15:19:35

标签: qt cmake include

installation guide

尽管在我的INCLUDE_DIRECTORIES(include)文件中使用CMakeLists.txt,但我的include文件夹未出现在我的项目树中。 因此,MOC无法找到我的标头(包含Q_OBJECT宏)并对其进行编译,从而产生如下错误:

error: LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall DashboardClient::metaObject(void)const

1 个答案:

答案 0 :(得分:0)

我忘了在我的TextView dashboardShortCutTextview1 = (TextView) view.findViewById(R.id.dashboard_shortcut_textview_1); dashboardShortCutTextview1.setText(title1); 来源中添加我的头文件:

CMake