Browse Source

Build pyqt external uis for windows

tags/v1.9.11
falkTX 6 years ago
parent
commit
20040f9db7
4 changed files with 0 additions and 16 deletions
  1. +0
    -4
      source/native-plugins/_all.all.c
  2. +0
    -4
      source/native-plugins/_all.base.c
  3. +0
    -4
      source/native-plugins/_data.all.cpp
  4. +0
    -4
      source/native-plugins/_data.base.cpp

+ 0
- 4
source/native-plugins/_all.all.c View File

@@ -18,10 +18,6 @@
#include "CarlaDefines.h"
#include "CarlaNative.h"

#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif

// --------------------------------------------------------------------------------------------------------------------

// Simple plugins


+ 0
- 4
source/native-plugins/_all.base.c View File

@@ -18,10 +18,6 @@
#include "CarlaDefines.h"
#include "CarlaNative.h"

#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif

// --------------------------------------------------------------------------------------------------------------------

// Simple plugins


+ 0
- 4
source/native-plugins/_data.all.cpp View File

@@ -19,10 +19,6 @@
#include "CarlaMIDI.h"
#include "CarlaUtils.hpp"

#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif

#undef DESCFUNCS
#define DESCFUNCS \
nullptr, nullptr, nullptr, nullptr, nullptr, \


+ 0
- 4
source/native-plugins/_data.base.cpp View File

@@ -19,10 +19,6 @@
#include "CarlaMIDI.h"
#include "CarlaUtils.hpp"

#ifdef CARLA_OS_WIN
# undef HAVE_PYQT
#endif

#undef DESCFUNCS
#define DESCFUNCS \
nullptr, nullptr, nullptr, nullptr, nullptr, \


Loading…
Cancel
Save