Skip to content

Commit

Permalink
now the project compiles using cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
joachim authored and joachim committed Dec 2, 2009
1 parent 8eb799a commit 8d1a83d
Show file tree
Hide file tree
Showing 16 changed files with 58 additions and 905 deletions.
7 changes: 7 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
install using cmake:

mkdir build
cd build
cmake ..
make

60 changes: 0 additions & 60 deletions noisyMaps.pro

This file was deleted.

1 change: 0 additions & 1 deletion src/AbstractModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

// #include <QUuid>
#include <QObject>
#include "ModuleFactory.h"
#include "ModuleWidget.h"

class AbstractModule : public QObject {
Expand Down
Loading

0 comments on commit 8d1a83d

Please sign in to comment.