Thanks for your time... I work with all OS's I'm in IT work... Working on all boxes FreeBSD, Linux (Debian) as well as Ubuntu being my favorite but really I personally don't like mac either. This one is my sons. Anyway I appreciate any help anyhow.
With a brief look into the compiler... can you tell me if you see anything wrong in the first post that would be necessary to compile the code correctly and have a working GUI? I appreciate any help.
I noticed the QT setup are these files below needed for the build...?
or will it build just fine with Q_WS_MAC and QT_MAC_USE_COCOA or would I need the Q_WS_X11 to be added.
Looking for Q_WS_X11
Looking for Q_WS_X11 - not found
Looking for Q_WS_WIN
Looking for Q_WS_WIN - not found
Looking for Q_WS_QWS
Looking for Q_WS_QWS - not found
Looking for Q_WS_MAC
Looking for Q_WS_MAC - found
Looking for QT_MAC_USE_COCOA
Looking for QT_MAC_USE_COCOA - found
Thanks for your time... I work with all OS's I'm in IT work... Working on all boxes FreeBSD, Linux (Debian) as well as Ubuntu being my favorite but really I personally don't like mac either. This one is my sons. Anyway I appreciate any help anyhow.
With a brief look into the compiler... can you tell me if you see anything wrong in the first post that would be necessary to compile the code correctly and have a working GUI? I appreciate any help.
I noticed the QT setup are these files below needed for the build...?
or will it build just fine with Q_WS_MAC and QT_MAC_USE_COCOA or would I need the Q_WS_X11 to be added.
Looking for Q_WS_X11
Looking for Q_WS_X11 - not found
Looking for Q_WS_WIN
Looking for Q_WS_WIN - not found
Looking for Q_WS_QWS
Looking for Q_WS_QWS - not found
Looking for Q_WS_MAC
Looking for Q_WS_MAC - found
Looking for QT_MAC_USE_COCOA
Looking for QT_MAC_USE_COCOA - found
thx for any help.