refs #429 Rename swiftcorectrl to swiftcore

This commit is contained in:
Roland Winklmeier
2015-05-23 17:53:50 +02:00
parent 0ee967a066
commit 4ed0b6a54f
11 changed files with 55 additions and 55 deletions

View File

@@ -0,0 +1,25 @@
include ($$SourceRoot/config.pri)
include ($$SourceRoot/build.pri)
QT += core dbus network xml multimedia gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = swiftcore
TEMPLATE = app
SOURCES += *.cpp
HEADERS += *.h
FORMS += *.ui
CONFIG += blackmisc blacksound blackinput blackcore blackgui
DEPENDPATH += . $$SourceRoot/src/blackmisc \
$$SourceRoot/src/blacksound \
$$SourceRoot/src/blackcore \
$$SourceRoot/src/blackinput
INCLUDEPATH += . $$SourceRoot/src
DESTDIR = $$BuildRoot/bin
OTHER_FILES += *.qss
include ($$SourceRoot/libraries.pri)