You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt4-tqt-theme-engine/examples/unstyledwindow/unstyledwindow.pro

20 lines
525 B

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)