Setup: VLD

Added VLD for windows

reviewer=ebsi
This commit is contained in:
Manuel Dobusch
2014-04-02 15:38:03 +02:00
parent 27e68e0e1e
commit 195e7bb574
6 changed files with 61 additions and 20 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ add_files(
qt/QtElementFactory.cpp
qt/QtElementFactory.h
includesWindows.h
main.cpp
)
+7
View File
@@ -0,0 +1,7 @@
#ifndef INCLUDES_H
#define INCLUDES_H
// platform specific includes
@PLATFORM_INCLUDES@
#endif // INCLUDES_H
+6
View File
@@ -0,0 +1,6 @@
#ifndef INCLUDES_WINDOWS_H
#define INCLUDES_WINDOWS_H
#include "vld.h"
#endif // INCLUDES_WINDOWS_H
+1
View File
@@ -4,6 +4,7 @@
#include <QTextEdit>
#include "Application.h"
#include "includes.h"
#include "qt/QtElementFactory.h"
int main(int argv, char **args)