forked from qt-creator/qt-creator
Fixes: QTCREATORBUG-23906 Change-Id: I9d796c8826dbb4beb980aa29b75526fe96093921 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
12 lines
157 B
CMake
12 lines
157 B
CMake
add_subdirectory(qtcreator)
|
|
|
|
if (NOT APPLE AND NOT WIN32)
|
|
install(
|
|
DIRECTORY
|
|
applications
|
|
metainfo
|
|
DESTINATION
|
|
share
|
|
)
|
|
endif()
|