QT 开发环境里面一个很重要的文件

源代码在线查看: styles.pro

软件大小: 57732 K
上传用户: jaysdy1117
关键词: QT 开发环境
下载地址: 免注册下载 普通下载 VIP

相关代码

				HEADERS       = norwegianwoodstyle.h \				                widgetgallery.h				SOURCES       = main.cpp \				                norwegianwoodstyle.cpp \				                widgetgallery.cpp				RESOURCES     = styles.qrc								REQUIRES += "contains(styles, motif)"								# install				target.path = $$[QT_INSTALL_EXAMPLES]/widgets/styles				sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styles.pro images				sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/styles				INSTALLS += target sources							

相关资源