mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-07 15:09:35 +00:00
7 lines
174 B
C++
7 lines
174 B
C++
#include "templateinfo.h"
|
|
#include "quasarapp.h"
|
|
|
|
QString TemplateInfo::InstallDeirQIFW() const {
|
|
return QuasarAppUtils::Params::getArg("installDirQIFW", "@HomeDir@");
|
|
}
|