mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-29 23:14:06 +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/calculator/calculator
|
||||||
/examples/sending_arguments/sending_arguments
|
/examples/sending_arguments/sending_arguments
|
||||||
CMakeLists.txt.user
|
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
|
QT += core network
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
|
|
||||||
HEADERS += $$PWD/singleapplication.h \
|
HEADERS += $$PWD/SingleApplication \
|
||||||
|
$$PWD/singleapplication.h \
|
||||||
$$PWD/singleapplication_p.h
|
$$PWD/singleapplication_p.h
|
||||||
SOURCES += $$PWD/singleapplication.cpp \
|
SOURCES += $$PWD/singleapplication.cpp \
|
||||||
$$PWD/singleapplication_p.cpp
|
$$PWD/singleapplication_p.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user