mirror of https://github.com/qt/qtbase.git
12 lines
362 B
Prolog
12 lines
362 B
Prolog
QT += widgets
|
|
|
|
HEADERS += stylewidget.h
|
|
FORMS += stylewidget.ui
|
|
SOURCES += main.cpp stylewidget.cpp
|
|
RESOURCES += styleexample.qrc
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.html
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
|
|
INSTALLS += target sources
|