Advertisement

qt软件系统变量和编译环境配置

阅读量:

目录

1 问题引入

2 APP_INSTALL环境配置

3 注意存在两个Make文件

4 pro脚本的应用

问题引入与背景分析

D:\work\gitZoo\MZTcpServer\mztcpservercreator.h:12: error: Undefined interface

2 APP_INSTALL环境设置

APP_INSTALL=D:\work\gitZoo\MZPlatform

3 注意是两个Make

4 pro脚本使用

#安装

hfile.files =
$$PWD/*.h

hfile.path =
(APP_INSTALL)/__include__ /TARGET

target.path =
$$(APP_INSTALL)/PluginLibs

INSTALLS += target hfile

全部评论 (0)

还没有任何评论哟~