浏览代码

Merge branch 'fix-macos-cmdlinemodule-explorer-errors'

Sascha Zelzer 12 年之前
父节点
当前提交
686b4be4cb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Applications/ctkCommandLineModuleExplorer/ctkCommandLineModuleExplorerMain.cpp

+ 2 - 2
Applications/ctkCommandLineModuleExplorer/ctkCommandLineModuleExplorerMain.cpp

@@ -29,8 +29,8 @@
 
 #include <QDebug>
 
-#include <QtXmlPatterns/QXmlQuery>
-#include <QtUiTools/QUiLoader>
+#include <QXmlQuery>
+#include <QUiLoader>
 
 // CTK includes
 #include <ctkCommandLineParser.h>