blob: d18c235f251c6a72e470b3e5a989ad6f88d347aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#-------------------------------------------------
#
# Project created by QtCreator 2010-11-19T09:48:39
#
#-------------------------------------------------
QT += core gui declarative
TARGET = ../../qmlvisualaids
TEMPLATE = app
SOURCES += main.cpp \
testmodel.cpp \
mainwindow.cpp
HEADERS += \
testmodel.h \
mainwindow.h
OTHER_FILES += \
Comparison.qml \
Button.qml
RESOURCES += \
qmlvisual.qrc
|