ソースを参照

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>