Hi all, [EMAIL PROTECTED] wrote: > any advice on how to handle qt when compiling ams on debian?
Hmm..very similar to qjackctl etc: > the ams Makefile has these at the top: > > QT_BASE_DIR=/usr/lib/qt3 > QT_LIB_DIR=$(QT_BASE_DIR)/lib > QT_BIN_DIR=$(QT_BASE_DIR)/bin > QT_INCLUDE_DIR=$(QT_BASE_DIR)/include In this Makefile, I set "QT_BASE_DIR" to /usr/share/qt3. That's all. > /usr/share/qt/ doesn't seem to have a lib/ directory ... /usr/share/qt or /usr/share/qt3? Also, what is your current Qt version? 3.1.x or above? If yes, the above should be ok for you.. Greetings, Frank
