This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
e65e4b81ea1c84355f649d9eac885ba1acb51c06
qt-creator
/
bin
/
CMakeLists.txt
4 lines
72 B
CMake
Raw
Normal View
History
Unescape
Escape
CMake build: Some clean up for macOS Don't install qtcreator.sh, it cannot be used. Don't install application into bin/ subfolder. App-bundles do not follow the UNIX bin/, lib/, share/ convention, so don't even try. (This makes bundling it into a 7z consistent with what we do on the other platforms.) Change-Id: Ib3faa2909a9b30a11193586f279528f1b8bd96fa Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2020-01-24 12:14:38 +01:00
if
(
NOT
APPLE
)
install
(
PROGRAMS
qtcreator.sh
DESTINATION
bin
)
endif
(
)
Copy Permalink