diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:37 -0600 |
commit | ac037fd7970c8bc4f3a50dda06589016a1190af7 (patch) | |
tree | db5445cc468b218b74292170cccb4a55c60f806d /examples/checklists/checklists.pro | |
parent | b283cf865c1a4cc886280937ea9c78271418ac3a (diff) | |
download | tqt3-ac037fd7970c8bc4f3a50dda06589016a1190af7.tar.gz tqt3-ac037fd7970c8bc4f3a50dda06589016a1190af7.zip |
Fix FTBFS
Diffstat (limited to 'examples/checklists/checklists.pro')
-rw-r--r-- | examples/checklists/checklists.pro | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/checklists/checklists.pro b/examples/checklists/checklists.pro deleted file mode 100644 index a1a6f12d8..000000000 --- a/examples/checklists/checklists.pro +++ /dev/null @@ -1,11 +0,0 @@ -TEMPLATE = app -TARGET = checklists - -CONFIG += qt warn_on release -DEPENDPATH = ../../include - -REQUIRES = large-config - -HEADERS = checklists.h -SOURCES = checklists.cpp \ - main.cpp |