resolved issue with source not being looked at for compiling

This commit is contained in:
Dhanya Maliakal
2017-07-11 13:27:27 +02:00
parent e0b886e2cc
commit f1a77c4146
6 changed files with 13 additions and 18 deletions

View File

@ -1,11 +1,11 @@
//#define SVNPATH ""
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_detector_gui.git"
//#define SVNREPPATH ""
#define SVNREPUUID "082fbe9d8d959d49d7dd10907e3ac10007154dc6"
//#define SVNREV 0x402
#define SVNREPUUID "4a4fcb049bd7ac2837af6de34598a13fab67b1e7"
//#define SVNREV 0x404
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTH "Dhanya_Maliakal"
#define SVNREV 0x402
#define SVNDATE 0x20170707
#define SVNREV 0x404
#define SVNDATE 0x20170711
//

View File

@ -10,7 +10,6 @@
#include "qDefs.h"
/** Project Class Headers */
class multiSlsDetector;
/** Qt Include Headers */
@ -52,7 +51,6 @@ private:
};
/**
*@short sets up the Developer parameters
*/