brash-carpet-10005
01/04/2021, 2:02 PMbrash-carpet-10005
01/04/2021, 2:02 PMwide-greece-63479
01/04/2021, 2:03 PMbrash-carpet-10005
01/04/2021, 2:03 PMbrash-carpet-10005
01/04/2021, 2:03 PMwide-greece-63479
01/04/2021, 2:05 PMbrash-carpet-10005
01/04/2021, 2:05 PMbrash-carpet-10005
01/04/2021, 2:05 PMbright-gpu-74537
01/04/2021, 3:03 PMError: Could not find build target "default" no idea what that means tbh @Userbright-gpu-74537
01/04/2021, 3:04 PMbright-gpu-74537
01/04/2021, 3:05 PMwide-greece-63479
01/04/2021, 3:22 PMpowerful-morning-89
01/04/2021, 3:51 PM-lib hxQt to your hxml, and it should automatically add the appropriate include paths and link against the qt dlls.bright-gpu-74537
01/04/2021, 4:28 PM-lib hxQt to. That contains a build.xml that should take care of the rest for youbright-gpu-74537
01/04/2021, 4:28 PMbright-gpu-74537
01/04/2021, 4:28 PMhaxe
app = new Application();
var mainWindow = new MainWindow();
var main = new Widget();
main.setFixedSize(300, 300);
mainWindow.centralWidget = main;
var hbox = new HBoxLayout();
main.layout = hbox;
var button = new PushButton();
button.text = "Button 1";
button.connectClicked(function() {
trace("button 1 clicked");
});
hbox.addWidget(button);
var button = new PushButton();
button.text = "Button 2";
button.connectClicked(function() {
trace("button 2 clicked");
});
hbox.addWidget(button);
mainWindow.show();
app.exec();bright-gpu-74537
01/04/2021, 4:30 PMwide-greece-63479
01/04/2021, 4:32 PMbright-gpu-74537
01/04/2021, 4:38 PMwide-greece-63479
01/04/2021, 4:41 PMbright-gpu-74537
01/04/2021, 4:42 PMfew-shoe-54072
01/04/2021, 6:29 PMwide-greece-63479
01/04/2021, 6:41 PMwide-greece-63479
01/04/2021, 6:42 PMwide-greece-63479
01/04/2021, 6:42 PMLink: App.exe
Qt5Widgets.lib(Qt5Widgets.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'x86' Error: Build failedwide-greece-63479
01/04/2021, 6:43 PMwide-greece-63479
01/04/2021, 6:45 PMfew-shoe-54072
01/04/2021, 6:48 PMbright-gpu-74537
01/04/2021, 7:08 PM-D HXCPP_M64 in your build.hxmlbright-gpu-74537
01/04/2021, 7:09 PM