Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
qtcreator: Fix build string, is vc14-only
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Dec 19, 2016
1 parent a096efa commit 1376d08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qtcreator/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ source:
# - 4.0/0001-Disable-app-build.patch # [osx]
# - 4.0/0002-Use-systemEnvironment-For-Start-and-Debug-External-Application.patch

build:
skip: True # [win and py<35]
features:
- vc14 # [win and py35]

requirements:
build:
- python
Expand All @@ -27,11 +32,6 @@ requirements:
- qt 5.6.*
- vs2015_runtime # [win]

build:
skip: True # [win and py<35]
features:
- vc14 # [win and py35]

# These are only necessary for the qtcreator executable itself.
# It would be better if were possible to filter the application
# of these using wildcards or regular expressions.
Expand Down

0 comments on commit 1376d08

Please sign in to comment.