#include #include int main() { QFileSystemWatcher watcher; qDebug("This should not crash, should it?"); return 0; }