mirror of
https://github.com/QuasarApp/qt-solutions.git
synced 2025-05-09 11:39:35 +00:00
This commit adds the contents of distribution packages of the relevant subset of the Qt Solutions components, generated from the last versions in Perforce.
10 lines
170 B
Prolog
10 lines
170 B
Prolog
TEMPLATE = app
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
|
|
include(../../src/qtpropertybrowser.pri)
|
|
# Input
|
|
HEADERS += objectcontroller.h
|
|
SOURCES += objectcontroller.cpp main.cpp
|
|
|