mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-28 06:30:19 +08:00
Merge pull request #94 from itay-grudev/qwertysam
Added support for qdep
This commit is contained in:
commit
666fd4d8e8
5
.gitignore
vendored
5
.gitignore
vendored
@ -7,3 +7,8 @@
|
||||
/examples/calculator/calculator
|
||||
/examples/sending_arguments/sending_arguments
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeCache/*
|
||||
CMakeFiles/*
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
|
1
SingleApplication
Normal file
1
SingleApplication
Normal file
@ -0,0 +1 @@
|
||||
#include "singleapplication.h"
|
@ -1,7 +1,8 @@
|
||||
QT += core network
|
||||
CONFIG += c++11
|
||||
|
||||
HEADERS += $$PWD/singleapplication.h \
|
||||
HEADERS += $$PWD/SingleApplication \
|
||||
$$PWD/singleapplication.h \
|
||||
$$PWD/singleapplication_p.h
|
||||
SOURCES += $$PWD/singleapplication.cpp \
|
||||
$$PWD/singleapplication_p.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user