cloudfoundry / diego-windows-release

Apache License 2.0
9 stars 13 forks source link

QT Creator #23

Closed abigdreamer closed 7 years ago

abigdreamer commented 7 years ago

How could QT creator apps be built and deployed inside Cloud Foundry? This is the closest project I've found to this task. QT Creator is a C++ IDE.

cf-gitbot commented 7 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/140262719

The labels on this github issue will be updated when the story is started.

mdelillo commented 7 years ago

Hi @abigdreamer, is QT Creator capable of building standalone binaries? If so, you can deploy that using the binary-buildpack.

sunjayBhatia commented 7 years ago

Qt is a GUI application development framework, not really the target app for CF