In qmake-project i can use OTHER_FILES = "android/AndroidManifest.xml"
to display AndroidManifest.xml at QtCreator's project tree,
how to do similar with CMake project?
CodePudding user response:
In qmake-project i can use OTHER_FILES = "android/AndroidManifest.xml"
to display AndroidManifest.xml at QtCreator's project tree,
how to do similar with CMake project?
CodePudding user response: