mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
makefile: change QT SDK install dir so we can support multiple installs
QT SDK version was changed but the install dir wasn't changed to match. This makes it impossible to keep both versions installed at the same time which is essential in order to work on/build old and new branches. This update gives the new SDK version a unique install dir so it can coexist with older versions.
This commit is contained in:
parent
05483e2a74
commit
3e236bd3e6
2
Makefile
2
Makefile
@ -158,7 +158,7 @@ $(BUILD_DIR):
|
||||
###############################################################
|
||||
|
||||
# Set up QT toolchain
|
||||
QT_SDK_DIR := $(TOOLS_DIR)/qtsdk-v1.2
|
||||
QT_SDK_DIR := $(TOOLS_DIR)/qtsdk-v1.2.1
|
||||
|
||||
.PHONY: qt_sdk_install
|
||||
qt_sdk_install: QT_SDK_URL := http://www.developer.nokia.com/dp?uri=http://sw.nokia.com/id/8ea74da4-fec1-4277-8b26-c58cc82e204b/Qt_SDK_Lin32_offline
|
||||
|
Loading…
x
Reference in New Issue
Block a user