Skip to content

ctk 2026.08.06 (new formula) - #297397

Draft
ferdymercury wants to merge 1 commit into
Homebrew:mainfrom
ferdymercury:ctk-latest
Draft

ctk 2026.08.06 (new formula)#297397
ferdymercury wants to merge 1 commit into
Homebrew:mainfrom
ferdymercury:ctk-latest

Conversation

@ferdymercury

Copy link
Copy Markdown
Contributor

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>?
  • Is your test running fine brew test <formula>?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

  • I did not use AI/LLM to create this PR, or I disclosed the tool/model below and reviewed its output; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.

@github-actions github-actions Bot added the new formula PR adds a new formula to Homebrew/homebrew-core label Aug 6, 2026
Comment thread Formula/c/ctk.rb Outdated
@ferdymercury
ferdymercury force-pushed the ctk-latest branch 2 times, most recently from 3d174f8 to b773d4e Compare August 6, 2026 09:14
Comment thread Formula/c/ctk.rb
return 0;
}
CPP
flags = ["-I#{formula_opt_include("qtbase")}/QtCore"]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SMillerDev do you happen to know what is the proper way of making QObject.h visible for the compiler? For the test to work.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, you might be better off letting CMake do it for you.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried copy-pasting the structure present Formula/q/qtkeychain.rb and also tried with /QtCore variant but to no avail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new formula PR adds a new formula to Homebrew/homebrew-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants