I'm trying to make it so that the program will run only one instance. Preferably if the user tries to open a new instance, it doesn't create a new instance and opens the instance that is already running. All the solutions I have have say use QtSingleApplication, but when I try to include the library, it doesn't exist.