瀏覽代碼

COMP: Remove unused Libs/DICOM/CMakelists.txt and Libs/DICOM/Applications/Main.cxx

Jean-Christophe Fillion-Robin 15 年之前
父節點
當前提交
15e8c170c0
共有 2 個文件被更改,包括 0 次插入21 次删除
  1. 0 15
      Libs/DICOM/Applications/Main.cxx
  2. 0 6
      Libs/DICOM/CMakeLists.txt

+ 0 - 15
Libs/DICOM/Applications/Main.cxx

@@ -1,15 +0,0 @@
-
-// QT includes
-#include <QApplication>
-#include <QPushButton>
-// STD includes
-//#include <cstdlib>
-
-int main(int argc, char** argv)
-{
-  QApplication app(argc, argv);
-  
-  QPushButton b("Hello world");
-  b.show();
-  return app.exec();
-}

+ 0 - 6
Libs/DICOM/CMakeLists.txt

@@ -1,6 +0,0 @@
-
-
-ADD_SUBDIRECTORY(Core)
-# ADD_SUBDIRECTORY(Widgets)
-ADD_SUBDIRECTORY(Applications)
-