digitalmars.D.learn - Dub generated a visuald project for me that includes pegged + dqt (Qt
- Daniel Donnelly, Jr. (28/28) Mar 31 ```
- Daniel Donnelly, Jr. (3/3) Mar 31 I see now.
``` Build started at 7:16 PM... ------ Build started: Project: d--, Configuration: debug x64 ------ Building C:\Users\fruit\OneDrive\Desktop\Code\StateMachine\D--\d--.exe... LINK : fatal error LNK1181: cannot open input file 'Qt5Widgets.lib' Building C:\Users\fruit\OneDrive\Desktop\Code\StateMachine\D--\d--.exe failed (error code 1181)! Details saved as "file://C:\Users\fruit\OneDrive\Desktop\Code\StateMachine\D--\.dub\obj\debug\dummy\d--\d--.buildlog.html" ========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ========== ========== Build completed at 7:16 PM and took 00.841 seconds ========== ``` Just wondering where / what in settings to change and what folder to point it to. Thanks! I'm making a public project on GitHub called D--. https://github.com/enjoysmath/D-- It's not a language extension, but will include new tools for visualizing your code and even refactoring it. D is like a host language for it, and also the code it will generate naturally. It's most likely only going to support a subset of D, though I will strive for the full grammar. Hence D-- sounds about right! The name is a play on the C++ is to C analogy.
Mar 31
I see now. https://github.com/tim-dlang/dqt has examples of where these libs are found within Qt itself.
Mar 31