File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed
Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11{
22 'variables' : {
33 'QT5' : '0' , # change to '1' for enabling Qt5
4- 'QT_BIN_PATH' : '/usr/local/Trolltech/Qt-4.8.5/bin' ,
5- 'QT_INC_PATH' : '/usr/local/Trolltech/Qt-4.8.5/include' ,
6- 'QT_LIB_PATH' : '/usr/local/Trolltech/Qt-4.8.5/lib' ,
7- 'INTERMEDIATE_DIR' : 'mocs' ,
4+ 'QT_BIN_PATH' : '/usr/local/opt/qt4/bin' ,
5+ 'QT_INC_PATH' : '/usr/local/opt/qt4/include' ,
6+ 'QT_LIB_PATH' : '/usr/local/opt/qt4/lib' ,
87 },
98}
Original file line number Diff line number Diff line change 11{
22 'variables' : {
33 'QT5' : '1' , # change to '1' for enabling Qt5
4- 'QT_BIN_PATH' : '/usr/local/Qt-5.1.0/bin' ,
5- 'QT_INC_PATH' : '/usr/local/Qt-5.1.0/include' ,
6- 'QT_LIB_PATH' : '/usr/local/Qt-5.1.0/lib' ,
7- 'INTERMEDIATE_DIR' : 'mocs' ,
4+ 'QT_BIN_PATH' : '/usr/local/opt/qt5/bin' ,
5+ 'QT_INC_PATH' : '/usr/local/opt/qt5/include' ,
6+ 'QT_LIB_PATH' : '/usr/local/opt/qt5/lib' ,
87 },
98}
Original file line number Diff line number Diff line change 1+ {
2+ 'variables' : {
3+ 'QT5' : '1' , # change to '1' for enabling Qt5
4+ 'QT_BIN_PATH' : '/usr/local/opt/qt5_64/bin' ,
5+ 'QT_INC_PATH' : '/usr/local/opt/qt5_64/include' ,
6+ 'QT_LIB_PATH' : '/usr/local/opt/qt5_64/lib' ,
7+ },
8+ }
You can’t perform that action at this time.
0 commit comments