摘要: 当在源文件中增加#ifdef xxxxx#endif注释了某一段代码,不想在某个文件定义 #define xxxxx可以在Makefile 编译选项中增加 CPPFLAGS += -Dxxxxx或在MediaPlayer.pro文件中增加 DEFINES += xxxxxx 阅读全文
posted @ 2015-01-23 09:43 zuokong 阅读(3776) 评论(0) 推荐(0)