diff options
author | Michele Calgaro <[email protected]> | 2015-02-06 15:49:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-02-06 15:49:31 +0900 |
commit | a41a034902bb3aa75db4524978a174353b5de2fe (patch) | |
tree | e05d193b949e08d0aa3597f7f9d8715882c79687 /examples/demo | |
parent | 859958033dcb5ba82c6fb9eecea720f107d20109 (diff) | |
download | tqt3-a41a034902bb3aa75db4524978a174353b5de2fe.tar.gz tqt3-a41a034902bb3aa75db4524978a174353b5de2fe.zip |
Moved iconview widget to src/widget folders.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/demo')
-rw-r--r-- | examples/demo/demo.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/demo/demo.pro b/examples/demo/demo.pro index 3413fcd04..fa49ef083 100644 --- a/examples/demo/demo.pro +++ b/examples/demo/demo.pro @@ -3,7 +3,6 @@ TARGET = demo CONFIG += qt warn_off release unix:LIBS += -lm -DEFINES += QT_INTERNAL_ICONVIEW DEFINES += QT_INTERNAL_WORKSPACE DEFINES += QT_INTERNAL_CANVAS INCLUDEPATH += . |