2 TARGET = qwindow-compositor
6 # comment out the following to not use pkg-config in the pri files
7 CONFIG += use_pkgconfig
9 DESTDIR=$$PWD/../../bin/
11 include (../../src/qt-compositor/qt-compositor.pri)
19 CONFIG += qt warn_on debug create_prl link_prl
20 OBJECTS_DIR = .obj/release-shared
21 MOC_DIR = .moc/release-shared
24 isEmpty(QT_SOURCE_TREE) {
25 QTBASE = $$[QT_INSTALL_DATA]
27 QTBASE = $$QT_SOURCE_TREE
29 #TOUCHSCREEN_BASE = $$QTBASE/src/plugins/generic/touchscreen
30 #SOURCES += $$TOUCHSCREEN_BASE/qtouchscreen.cpp
31 #HEADERS += $$TOUCHSCREEN_BASE/qtouchscreen.h
32 #INCLUDEPATH += $$TOUCHSCREEN_BASE
33 #LIBS += -ludev -lmtdev
36 target.path += $$[QT_INSTALL_BINS]