Fixed samples project names in QtCreator.

This commit is contained in:
Mathew Sutcliffe
2015-12-12 01:12:19 +00:00
parent ed52fc2295
commit abea471b5a
7 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
load(common_pre)
QT += core dbus network
TARGET = sampleblackmisc
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc
DEPENDPATH += . $$SourceRoot/src/blackmisc
INCLUDEPATH += . $$SourceRoot/src
DESTDIR = $$DestRoot/bin
HEADERS += *.h
SOURCES += *.cpp
OTHER_FILES +=
target.path = $$PREFIX/bin
INSTALLS += target
load(common_post)