Testing our double marquee.
6 #DESTDIR = ../MiniDisplay
8 # Avoid going to debug/release subdirectory
9 # so that our application will see the
10 # import path for the MiniDisplay module.
14 TARGET = $$qtLibraryTarget($$TARGET)
15 #uri = com.slions.minidisplay
20 minidisplay_plugin.cpp \
25 ../../../GitHub/hidapi/windows/hid.c
28 minidisplay_plugin.h \
34 ../../../GitHub/hidapi/hidapi/hidapi.h
37 ../../../GitHub/hidapi/hidapi
41 !equals(_PRO_FILE_PWD_, $$OUT_PWD) {
42 copy_qmldir.target = $$OUT_PWD/qmldir
43 copy_qmldir.depends = $$_PRO_FILE_PWD_/qmldir
44 copy_qmldir.commands = $(COPY_FILE) \"$$replace(copy_qmldir.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_qmldir.target, /, $$QMAKE_DIR_SEP)\"
45 QMAKE_EXTRA_TARGETS += copy_qmldir
46 PRE_TARGETDEPS += $$copy_qmldir.target
51 installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
52 qmldir.path = $$installPath
53 target.path = $$installPath
54 INSTALLS += target qmldir
57 win32:LIBS += "C:/Program Files (x86)/Windows Kits/8.0/Lib/win8/um/x86/setupAPI.lib"