diff options
author | Ken Moore <ken@ixsystems.com> | 2017-09-26 13:42:19 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-09-26 13:42:19 -0400 |
commit | bf7e372df336263ccdc9d0ab22554fb1ff6f629a (patch) | |
tree | d30c8ad898484380ba81dafcaaaee4c3057b5adc /src-qt5/src-glwidgets/gltest/test.pro | |
parent | Get the window embed routine cleaned up and demo-ready. (diff) | |
download | lumina-bf7e372df336263ccdc9d0ab22554fb1ff6f629a.tar.gz lumina-bf7e372df336263ccdc9d0ab22554fb1ff6f629a.tar.bz2 lumina-bf7e372df336263ccdc9d0ab22554fb1ff6f629a.zip |
Add a bunch of new files specifically for providing a new OpenGL-backed basis for doing visuals within Qt/Lumina.
Diffstat (limited to 'src-qt5/src-glwidgets/gltest/test.pro')
-rw-r--r-- | src-qt5/src-glwidgets/gltest/test.pro | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src-qt5/src-glwidgets/gltest/test.pro b/src-qt5/src-glwidgets/gltest/test.pro new file mode 100644 index 00000000..cba315c3 --- /dev/null +++ b/src-qt5/src-glwidgets/gltest/test.pro @@ -0,0 +1,9 @@ +QT = core gui widgets + +TARGET = test + +SOURCES += main.cpp + +HEADERS += colorchange.h + +include(../glwidgets.pri); |