소스 검색

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>