mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
19 lines
357 B
Prolog
19 lines
357 B
Prolog
|
RESOURCES += images.qrc
|
||
|
|
||
|
HEADERS += mainwindow.h view.h chip.h
|
||
|
SOURCES += main.cpp
|
||
|
SOURCES += mainwindow.cpp view.cpp chip.cpp
|
||
|
|
||
|
QT += widgets
|
||
|
qtHaveModule(printsupport): QT += printsupport
|
||
|
|
||
|
build_all:!build_pass {
|
||
|
CONFIG -= build_all
|
||
|
CONFIG += release
|
||
|
}
|
||
|
|
||
|
# install
|
||
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/chip
|
||
|
INSTALLS += target
|
||
|
|