##// END OF EJS Templates
Fix copyright header for normalize tool...
Fix copyright header for normalize tool This file is taken from Qt4 repository, so it should have the same header.

File last commit:

r2247:c28e9eaa694f
r2434:b9f3bb08b3e6
Show More
qmlapplicationviewer.pri
13 lines | 310 B | text/plain | TextLexer
QT += declarative
SOURCES += $$PWD/qmlapplicationviewer.cpp
HEADERS += $$PWD/qmlapplicationviewer.h
INCLUDEPATH += $$PWD
# Include JS debugger library if QMLJSDEBUGGER_PATH is set
!isEmpty(QMLJSDEBUGGER_PATH) {
include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri)
} else {
DEFINES -= QMLJSDEBUGGER
}