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,23 @@
load(common_pre)
QT += core dbus network xml
TARGET = sampleblackmiscsim
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc blacksim
DEPENDPATH += . ../../src/blackmisc
INCLUDEPATH += . ../../src
DESTDIR = $$DestRoot/bin
HEADERS += *.h
SOURCES += *.cpp
target.path = $$PREFIX/bin
INSTALLS += target
load(common_post)