native: add default qt projeckt
This commit is contained in:
parent
e93388066f
commit
d964cdfa4b
18 changed files with 852 additions and 0 deletions
19
native/QTprojeckt/NativGuiAlisa/insight
Normal file
19
native/QTprojeckt/NativGuiAlisa/insight
Normal file
|
@ -0,0 +1,19 @@
|
|||
### This file is automatically generated by Qt Design Studio.
|
||||
### Do not change
|
||||
|
||||
if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/qtinsight.conf)
|
||||
if (QT_VERSION GREATER_EQUAL 6.5.0)
|
||||
find_package(Qt6 REQUIRED COMPONENTS InsightTracker)
|
||||
|
||||
qt_add_resources(${CMAKE_PROJECT_NAME} "configuration"
|
||||
PREFIX "/"
|
||||
FILES
|
||||
qtinsight.conf
|
||||
)
|
||||
target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE
|
||||
Qt6::InsightTracker
|
||||
)
|
||||
else()
|
||||
message(WARNING "You need Qt 6.5.0 or newer to build the application.")
|
||||
endif()
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue