diff options
author | Itay Grudev <itay@grudev.com> | 2016-05-27 02:36:12 +0100 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2016-05-27 02:36:12 +0100 |
commit | e29b660adda071c93c118e676a3e322062ac9400 (patch) | |
tree | 53369798ea72b8140410898ca1506953e7a3de8e /singleapplication.pri | |
parent | SIGBUSS should be signal 10. Fixed comment (diff) | |
download | singleapplication-e29b660adda071c93c118e676a3e322062ac9400.tar.xz |
Distributed a .pri file with the library
Diffstat (limited to 'singleapplication.pri')
-rw-r--r-- | singleapplication.pri | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/singleapplication.pri b/singleapplication.pri new file mode 100644 index 0000000..2c739a6 --- /dev/null +++ b/singleapplication.pri @@ -0,0 +1,6 @@ +DEFINES += QAPPLICATION_CLASS=QApplication + +HEADERS += $$PWD/singleapplication.h +SOURCES += $$PWD/singleapplication.cpp + +QT += core network |