2012-02-21 15:09:30 +00:00
|
|
|
CONFIG += console
|
|
|
|
QT += gui-private core-private
|
2011-05-03 12:47:10 +00:00
|
|
|
|
|
|
|
HEADERS += window.h
|
|
|
|
SOURCES += window.cpp main.cpp
|
2012-06-13 12:19:54 +00:00
|
|
|
|
|
|
|
# install
|
2012-11-26 13:04:31 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
|
2012-11-27 19:40:16 +00:00
|
|
|
INSTALLS += target
|