Setup: VLD
Added VLD for windows reviewer=ebsi
This commit is contained in:
@@ -3,6 +3,7 @@ add_files(
|
||||
|
||||
qt/QtElementFactory.cpp
|
||||
qt/QtElementFactory.h
|
||||
|
||||
|
||||
includesWindows.h
|
||||
main.cpp
|
||||
)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#ifndef INCLUDES_H
|
||||
#define INCLUDES_H
|
||||
|
||||
// platform specific includes
|
||||
@PLATFORM_INCLUDES@
|
||||
|
||||
#endif // INCLUDES_H
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef INCLUDES_WINDOWS_H
|
||||
#define INCLUDES_WINDOWS_H
|
||||
|
||||
#include "vld.h"
|
||||
|
||||
#endif // INCLUDES_WINDOWS_H
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <QTextEdit>
|
||||
|
||||
#include "Application.h"
|
||||
#include "includes.h"
|
||||
#include "qt/QtElementFactory.h"
|
||||
|
||||
int main(int argv, char **args)
|
||||
|
||||
Reference in New Issue
Block a user