You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
313 B
19 lines
313 B
14 years ago
|
#-------------------------------------------------
|
||
|
#
|
||
|
# Project created by QtCreator 2011-05-24T11:24:26
|
||
|
#
|
||
|
#-------------------------------------------------
|
||
|
|
||
|
QT += core gui
|
||
|
|
||
|
TARGET = qtmindmap
|
||
|
TEMPLATE = app
|
||
|
|
||
|
|
||
|
SOURCES += main.cpp\
|
||
|
mainwindow.cpp
|
||
|
|
||
|
HEADERS += mainwindow.h
|
||
|
|
||
|
FORMS += mainwindow.ui
|