mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-30 03:34:34 +00:00
20 lines
196 B
C++
20 lines
196 B
C++
|
#include "qif.h"
|
||
|
|
||
|
QIF::QIF(){}
|
||
|
|
||
|
Envirement QIF::toolKitLocation() {
|
||
|
|
||
|
}
|
||
|
|
||
|
QString QIF::getConfig() {
|
||
|
|
||
|
}
|
||
|
|
||
|
QString QIF::runCmd() {
|
||
|
return "binarycreator";
|
||
|
}
|
||
|
|
||
|
QString QIF::findBinaryCreator() {
|
||
|
|
||
|
}
|