Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

libsqliteicu

Author

anonymous

2 months ago

Language

C++

Compiler

clang HEAD 21.0.0git (https://github.com/llvm/llvm-project.git 4b86a7f3860a3cb0368e308494f65c103c02fa18)

Options
Warnings
Don't Use Boost
C++17
no pedantic

libsqliteicu

Author

anonymous

2 months ago

CMakeLists.txt

$ clang++ prog.cc -Wall -Wextra -std=c++17
prog.cc:1:10: fatal error: 'QCoreApplication' file not found
    1 | #include <QCoreApplication>
      |          ^~~~~~~~~~~~~~~~~~
1 error generated.
Exit Code:
1