Browse Source

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

Jean-Christophe Fillion-Robin 15 years ago
parent
commit
15e8c170c0
2 changed files with 0 additions and 21 deletions
  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)
-