Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created November 11, 2020 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torarnv/fe6b427c4344a0fce84515141ed4e36a to your computer and use it in GitHub Desktop.
Save torarnv/fe6b427c4344a0fce84515141ed4e36a to your computer and use it in GitHub Desktop.
diff --git i/src/CMakeLists.txt w/src/CMakeLists.txt
index aa4b1b06c46..bf71322b44c 100644
--- i/src/CMakeLists.txt
+++ w/src/CMakeLists.txt
@@ -26,6 +26,8 @@ endfunction()
find_or_build_bootstrap_names()
+add_subdirectory(entrypoint)
+
add_subdirectory(corelib)
if (QT_FEATURE_concurrent)
add_subdirectory(concurrent)
@@ -70,6 +72,4 @@ if(QT_FEATURE_gui AND QT_FEATURE_widgets)
endif()
add_subdirectory(plugins)
-add_subdirectory(entrypoint)
-
add_subdirectory(android)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment