diff chp.pro @ 556:91e91fd8e9c0

Further path fixes
author Chris Cannam
date Sun, 17 Feb 2019 13:45:23 +0000
parents 7ef7fa385d8e
children 77754355b37a
line wrap: on
line diff
--- a/chp.pro	Sun Feb 17 10:04:28 2019 +0000
+++ b/chp.pro	Sun Feb 17 13:45:23 2019 +0000
@@ -13,19 +13,19 @@
 
 TARGET = chp
 
-INCLUDEPATH += vamp-plugin-sdk
+INCLUDEPATH += $$PWD/vamp-plugin-sdk
 
 win32-msvc* {
     LIBS += -EXPORT:vampGetPluginDescriptor
 }
 win32-g++* {
-    LIBS += -Wl,--version-script=pyin/vamp-plugin.map
+    LIBS += -Wl,--version-script=$$PWD/pyin/vamp-plugin.map
 }
 linux* {
-    LIBS += -Wl,--version-script=pyin/vamp-plugin.map
+    LIBS += -Wl,--version-script=$$PWD/pyin/vamp-plugin.map
 }
 macx* {
-    LIBS += -export_symbols_list pyin/vamp-plugin.list
+    LIBS += -export_symbols_list $$PWD/pyin/vamp-plugin.list
 }
 
 SOURCES += \