Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

carla_native.pro 929B

11 years ago
11 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # QtCreator project file
  2. QT = core gui
  3. CONFIG = debug
  4. CONFIG += link_pkgconfig qt shared warn_on
  5. DEFINES = DEBUG
  6. DEFINES += HAVE_CPP11_SUPPORT
  7. DEFINES += QTCREATOR_TEST
  8. # ZynAddSubFX
  9. DEFINES += WANT_ZYNADDSUBFX
  10. PKGCONFIG = fftw3 mxml
  11. TARGET = carla_native
  12. TEMPLATE = lib
  13. VERSION = 0.5.0
  14. SOURCES = \
  15. bypass.c \
  16. midi-split.c \
  17. midi-through.c \
  18. zynaddsubfx.cpp \
  19. zynaddsubfx-src.cpp
  20. SOURCES += \
  21. distrho-3bandeq.cpp
  22. HEADERS = \
  23. ../carla_native.h \
  24. ../carla_native.hpp
  25. HEADERS += \
  26. distrho/DistrhoPluginCarla.cpp
  27. HEADERS += \
  28. ../../includes/carla_defines.hpp \
  29. ../../includes/carla_midi.h \
  30. ../../utils/carla_utils.hpp \
  31. ../../utils/carla_juce_utils.hpp
  32. INCLUDEPATH = . .. \
  33. 3bandeq distrho \
  34. ../../includes \
  35. ../../utils \
  36. ../../libs/distrho-plugin-toolkit
  37. LIBS = -lGL -lpthread
  38. QMAKE_CFLAGS *= -std=c99
  39. QMAKE_CXXFLAGS *= -std=c++0x