trying with gui makefile changes

This commit is contained in:
Dhanya Maliakal
2017-06-29 09:27:26 +02:00
parent cfff7969e3
commit 21e1fcf693
8 changed files with 20 additions and 18 deletions

View File

@@ -1,11 +0,0 @@
//#define SVNPATH ""
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_detector_gui.git"
//#define SVNREPPATH ""
#define SVNREPUUID "6ceaa18c5d55e94339999977a91fca1d8712578d"
//#define SVNREV 0x395
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTH "Dhanya_Maliakal"
#define SVNREV 0x395
#define SVNDATE 0x20170628
//

View File

@@ -1,11 +0,0 @@
//#define SVNPATH ""
#define SVNURL ""
//#define SVNREPPATH ""
#define SVNREPUUID ""
//#define SVNREV ""
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTH ""
#define SVNREV ""
#define SVNDATE ""
//

View File

@@ -19,7 +19,7 @@
#include <QAbstractButton>
using namespace std;
class qDefs:public QWidget{
class qDefs:public QWidget {
public:
//-------------------------------------------------------------------------------------------------------------------------------------------------
@@ -28,7 +28,6 @@ public:
qDefs(){};
//-------------------------------------------------------------------------------------------------------------------------------------------------
static const int64_t GUI_VERSION=0x20121213;
#define GOODBYE -200
//-------------------------------------------------------------------------------------------------------------------------------------------------