import QtQuick ProgressBar { // Linking to int value type property int progress: 0 }
// 'int' should not link anywhere in C++ code int main() { int x{0}; return x; }