summaryrefslogtreecommitdiffstats
path: root/examples/unstyledwindow/unstyledwindow.pro
blob: e7a2ef4fbb07a18075a1430da42ec84f3f6b02fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
HEADERS    = stylewindow.h
SOURCES    = stylewindow.cpp \
             main.cpp

TARGET     = unstyledplugin
win32 {
    debug:DESTDIR = ../debug/
    release:DESTDIR = ../release/
} else {
    DESTDIR    = ../
}

# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/unstyledplugin
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS unstyledwindow.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/unstyledplugin/unstyledwindow
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)