Change build setup and name. #105

Merged
Swordfish90 merged 6 commits from improvedbuild into master 2014-09-04 01:01:56 +02:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit dd238755c9 - Show all commits

View File

@ -6,3 +6,10 @@ SOURCES = main.cpp
RESOURCES += qml/resources.qrc
#########################################
## INTALLS
#########################################
target.path += /usr/bin/
INSTALLS += target

View File

@ -17,6 +17,8 @@ PLUGIN_ASSETS = $$PWD/assets/*
DESTDIR = $$OUT_PWD/../imports/$$PLUGIN_IMPORT_PATH
INSTALL_DIR = $$[QT_INSTALL_QML]
# Copy additional plugin files
QMAKE_COPY = "cp -r"