Browse Source

Fix last commit

tags/1.9.4
falkTX 10 years ago
parent
commit
e948e34c37
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/bridges/Makefile

+ 2
- 2
source/bridges/Makefile View File

@@ -175,11 +175,11 @@ ifeq ($(HAVE_GTK3),true)
TARGETS += ui_lv2-gtk3 TARGETS += ui_lv2-gtk3
endif endif


ifeq ($(HAVE_QTGUI4),true)
ifeq ($(HAVE_QT4),true)
TARGETS += ui_lv2-qt4 TARGETS += ui_lv2-qt4
endif endif


ifeq ($(HAVE_QTGUI5),true)
ifeq ($(HAVE_QT5),true)
TARGETS += ui_lv2-qt5 TARGETS += ui_lv2-qt5
endif endif




Loading…
Cancel
Save