~gabriel1984sibiu/minitube/qt5.6

« back to all changes in this revision

Viewing changes to tests/manual/lance/lance.pro

  • Committer: Grevutiu Gabriel
  • Date: 2017-06-13 08:43:17 UTC
  • Revision ID: gabriel1984sibiu@gmail.com-20170613084317-ek0zqe0u9g3ocvi8
OriginalĀ upstreamĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LANCELOT_DIR = $$PWD/../../auto/other/lancelot
 
2
CONFIG+=console moc
 
3
CONFIG -= app_bundle
 
4
TEMPLATE = app
 
5
INCLUDEPATH += . $$LANCELOT_DIR
 
6
QT += core-private gui-private widgets printsupport
 
7
 
 
8
HEADERS += widgets.h \
 
9
           interactivewidget.h \
 
10
           $$LANCELOT_DIR/paintcommands.h
 
11
SOURCES += interactivewidget.cpp \
 
12
           main.cpp \
 
13
           $$LANCELOT_DIR/paintcommands.cpp
 
14
RESOURCES += icons.qrc \
 
15
           $$LANCELOT_DIR/images.qrc
 
16
 
 
17
qtHaveModule(opengl): QT += opengl
 
18